Shades of Thistle #CAC0C9
Tints of Thistle #CAC0C9
RGB
CMYK
RGB Variations
Color information
#CAC0C9 (or 0xCAC0C9) is known color: Thistle. HEX triplet: CA, C0 and C9. RGB value is (202,192,201). Sum of RGB (Red+Green+Blue) = 202+192+201=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0C9 is #353F36. Grayscale: #C3C3C3. Windows color (decimal): -3489591 or 13222090. OLE color: 13222090.
HSL color Cylindrical-coordinate representation of color #CAC0C9: hue angle of 306º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAC0C9 is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 192 | 201 | - |
CMYK | 0 | 0.05 | 0.00 | 0.21 |
HSL | 306º | 0.09% | 0.77% | - |
HSV(B) | 306º | 0.05% | 0.79% | - |
XYZ | 53.75 | 54.47 | 62.94 | - |
YUV | 196.02 | 130.81 | 132.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 192 | 201 | 0 | 0.05 | 0.00 | 0.21 | 306 | 0.09 | 0.77 |
Hex | CA | C0 | C9 | 0 | 5 | 0 | 15 | 132 | 9 | 4D |
Octal | 312 | 300 | 311 | 0 | 5 | 0 | 25 | 462 | 11 | 115 |
Binary | 11001010 | 11000000 | 11001001 | 0 | 101 | 0 | 10101 | 100110010 | 1001 | 1001101 |
Color Harmonies of #CAC0C9
Complementary color
Monochromatic Colors of #CAC0C9
Black with #CAC0C9
Text Example
Text Example
White with #CAC0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC0C9; }
p { color: rgb(202,192,201); }
H1.HeaderClassName
{
color: #CAC0C9;
}
.AnyTagClassName
{
color: #CAC0C9;
}
</style>
background-color css
<style>
a { background-color: #CAC0C9; }
a { background-color: rgb(202,192,201); }
div.DivClassName
{
background-color: #CAC0C9;
}
.BgClassName
{
background-color: #CAC0C9;
}
</style>
border-color css
<style>
span { border-color: #CAC0C9; }
span { border-color: rgb(202,192,201); }
td.TdClassName
{
border-color: #CAC0C9;
}
.TagClassName
{
border-color: #CAC0C9;
}
</style>