Color spaces of #c692ab
RGB | 198 | 146 | 171 |
---|---|---|---|
HSL | 0.92 | 0.31 | 0.67 |
HSV | 331° | 26° | 78° |
CMYK | 0.00 | 0.26 | 0.14 0.22 |
XYZ | 40.9183 | 35.5038 | 43.2244 |
Yxy | 35.5038 | 0.3420 | 0.2967 |
Hunter Lab | 59.5851 | 18.3058 | -1.3008 |
CIE-Lab | 66.1390 | 23.4925 | -5.3705 |
#c692ab color RGB value is (198,146,171).
#c692ab hex color red value is 198, green value is 146 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c692ab hue: 0.92 , saturation: 0.31 and the lightness value of c692ab is 0.67.
The process color (four color CMYK) of #c692ab color hex is 0.00, 0.26, 0.14, 0.22. Web safe color of #c692ab is #cc9999. Color #c692ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10010010 | 10101011 |
Octal | 306 | 222 | 253 |
Decimal | 198 | 146 | 171 |
Hex | C6 | 92 | AB |
Shades of #c692ab
Tints of #c692ab
RGB Percentages of Color #c692ab
CMYK Percentages of Color #c692ab
Complementary Color
#c692ab | #92c6ad |
#c692ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c692ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c692ab Color CSS Codes
.mybgcolor {background-color:#c692ab; } .myforecolor {color:#c692ab; } .mybordercolor {border:3px solid #c692ab; }
#c692ab Text Font Color
<p style="color:#c692ab">Text here</p>
This sample text font color is #c692ab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c692ab Background Color
<div style="background-color:#c692ab">
Div content here</div>
This div background color is #c692ab
#c692ab Border Color
<div style="border:3px solid #c692ab">
Div here</div>
This div border color is #c692ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,146,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c692ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c692ab; -webkit-box-shadow: 1px 1px 3px 2px #c692ab; box-shadow: 1px 1px 3px 2px #c692ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,146,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c692ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c692ab; -webkit-box-shadow: 1px 1px 3px 2px #c692ab; box-shadow: 1px 1px 3px 2px #c692ab;">
Div content here</div>
This div box has shadow with color #c692ab
Comments
No comments written yet.
Please login to write comment.