Shades of Thistle #CAC2CB
Tints of Thistle #CAC2CB
RGB
CMYK
RGB Variations
Color information
#CAC2CB (or 0xCAC2CB) is known color: Thistle. HEX triplet: CA, C2 and CB. RGB value is (202,194,203). Sum of RGB (Red+Green+Blue) = 202+194+203=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2CB is #353D34. Grayscale: #C5C5C5. Windows color (decimal): -3489077 or 13353674. OLE color: 13353674.
HSL color Cylindrical-coordinate representation of color #CAC2CB: hue angle of 293.33º degrees, saturation: 0.08, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CAC2CB is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 194 | 203 | - |
| CMYK | 0.00 | 0.04 | 0 | 0.20 |
| HSL | 293.33º | 0.08% | 0.78% | - |
| HSV(B) | 293.33º | 0.04% | 0.8% | - |
| XYZ | 54.43 | 55.45 | 64.33 | - |
| YUV | 197.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 203 | 0.00 | 0.04 | 0 | 0.20 | 293.33 | 0.08 | 0.78 |
| Hex | CA | C2 | CB | 0 | 4 | 0 | 14 | 125 | 8 | 4E |
| Octal | 312 | 302 | 313 | 0 | 4 | 0 | 24 | 445 | 10 | 116 |
| Binary | 11001010 | 11000010 | 11001011 | 0 | 100 | 0 | 10100 | 100100101 | 1000 | 1001110 |
Color Harmonies of #CAC2CB
Complementary color
Monochromatic Colors of #CAC2CB
Black with #CAC2CB
Text Example
Text Example
White with #CAC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2CB; }
p { color: rgb(202,194,203); }
H1.HeaderClassName
{
color: #CAC2CB;
}
.AnyTagClassName
{
color: #CAC2CB;
}
</style>
background-color css
<style>
a { background-color: #CAC2CB; }
a { background-color: rgb(202,194,203); }
div.DivClassName
{
background-color: #CAC2CB;
}
.BgClassName
{
background-color: #CAC2CB;
}
</style>
border-color css
<style>
span { border-color: #CAC2CB; }
span { border-color: rgb(202,194,203); }
td.TdClassName
{
border-color: #CAC2CB;
}
.TagClassName
{
border-color: #CAC2CB;
}
</style>