Shades of Thistle #CAC3C9
Tints of Thistle #CAC3C9
RGB
CMYK
RGB Variations
Color information
#CAC3C9 (or 0xCAC3C9) is known color: Thistle. HEX triplet: CA, C3 and C9. RGB value is (202,195,201). Sum of RGB (Red+Green+Blue) = 202+195+201=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3C9 is #353C36. Grayscale: #C5C5C5. Windows color (decimal): -3488823 or 13222858. OLE color: 13222858.
HSL color Cylindrical-coordinate representation of color #CAC3C9: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CAC3C9 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 195 | 201 | - |
CMYK | 0 | 0.03 | 0.00 | 0.21 |
HSL | 308.57º | 0.06% | 0.78% | - |
HSV(B) | 308.57º | 0.03% | 0.79% | - |
XYZ | 54.41 | 55.8 | 63.16 | - |
YUV | 197.78 | 129.82 | 131.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 195 | 201 | 0 | 0.03 | 0.00 | 0.21 | 308.57 | 0.06 | 0.78 |
Hex | CA | C3 | C9 | 0 | 3 | 0 | 15 | 135 | 6 | 4E |
Octal | 312 | 303 | 311 | 0 | 3 | 0 | 25 | 465 | 6 | 116 |
Binary | 11001010 | 11000011 | 11001001 | 0 | 11 | 0 | 10101 | 100110101 | 110 | 1001110 |
Color Harmonies of #CAC3C9
Complementary color
Monochromatic Colors of #CAC3C9
Black with #CAC3C9
Text Example
Text Example
White with #CAC3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC3C9; }
p { color: rgb(202,195,201); }
H1.HeaderClassName
{
color: #CAC3C9;
}
.AnyTagClassName
{
color: #CAC3C9;
}
</style>
background-color css
<style>
a { background-color: #CAC3C9; }
a { background-color: rgb(202,195,201); }
div.DivClassName
{
background-color: #CAC3C9;
}
.BgClassName
{
background-color: #CAC3C9;
}
</style>
border-color css
<style>
span { border-color: #CAC3C9; }
span { border-color: rgb(202,195,201); }
td.TdClassName
{
border-color: #CAC3C9;
}
.TagClassName
{
border-color: #CAC3C9;
}
</style>