Shades of Thistle #CABBCA
Tints of Thistle #CABBCA
RGB
CMYK
RGB Variations
Color information
#CABBCA (or 0xCABBCA) is known color: Thistle. HEX triplet: CA, BB and CA. RGB value is (202,187,202). Sum of RGB (Red+Green+Blue) = 202+187+202=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CABBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBCA is #354435. Grayscale: #C1C1C1. Windows color (decimal): -3490870 or 13286346. OLE color: 13286346.
HSL color Cylindrical-coordinate representation of color #CABBCA: hue angle of 300º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CABBCA is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 202 | - |
| CMYK | 0 | 0.07 | 0 | 0.21 |
| HSL | 300º | 0.12% | 0.76% | - |
| HSV(B) | 300º | 0.07% | 0.79% | - |
| XYZ | 52.79 | 52.36 | 63.2 | - |
| YUV | 193.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 202 | 0 | 0.07 | 0 | 0.21 | 300 | 0.12 | 0.76 |
| Hex | CA | BB | CA | 0 | 7 | 0 | 15 | 12C | C | 4C |
| Octal | 312 | 273 | 312 | 0 | 7 | 0 | 25 | 454 | 14 | 114 |
| Binary | 11001010 | 10111011 | 11001010 | 0 | 111 | 0 | 10101 | 100101100 | 1100 | 1001100 |
Color Harmonies of #CABBCA
Complementary color
Monochromatic Colors of #CABBCA
Black with #CABBCA
Text Example
Text Example
White with #CABBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBCA; }
p { color: rgb(202,187,202); }
H1.HeaderClassName
{
color: #CABBCA;
}
.AnyTagClassName
{
color: #CABBCA;
}
</style>
background-color css
<style>
a { background-color: #CABBCA; }
a { background-color: rgb(202,187,202); }
div.DivClassName
{
background-color: #CABBCA;
}
.BgClassName
{
background-color: #CABBCA;
}
</style>
border-color css
<style>
span { border-color: #CABBCA; }
span { border-color: rgb(202,187,202); }
td.TdClassName
{
border-color: #CABBCA;
}
.TagClassName
{
border-color: #CABBCA;
}
</style>