Shades of Thistle #CAB8C9
Tints of Thistle #CAB8C9
RGB
CMYK
RGB Variations
Color information
#CAB8C9 (or 0xCAB8C9) is known color: Thistle. HEX triplet: CA, B8 and C9. RGB value is (202,184,201). Sum of RGB (Red+Green+Blue) = 202+184+201=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8C9 is #354736. Grayscale: #BFBFBF. Windows color (decimal): -3491639 or 13220042. OLE color: 13220042.
HSL color Cylindrical-coordinate representation of color #CAB8C9: hue angle of 303.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAB8C9 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 201 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.21 |
| HSL | 303.33º | 0.15% | 0.76% | - |
| HSV(B) | 303.33º | 0.09% | 0.79% | - |
| XYZ | 52.04 | 51.05 | 62.37 | - |
| YUV | 191.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 201 | 0 | 0.09 | 0.00 | 0.21 | 303.33 | 0.15 | 0.76 |
| Hex | CA | B8 | C9 | 0 | 9 | 0 | 15 | 12F | F | 4C |
| Octal | 312 | 270 | 311 | 0 | 11 | 0 | 25 | 457 | 17 | 114 |
| Binary | 11001010 | 10111000 | 11001001 | 0 | 1001 | 0 | 10101 | 100101111 | 1111 | 1001100 |
Color Harmonies of #CAB8C9
Complementary color
Monochromatic Colors of #CAB8C9
Black with #CAB8C9
Text Example
Text Example
White with #CAB8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8C9; }
p { color: rgb(202,184,201); }
H1.HeaderClassName
{
color: #CAB8C9;
}
.AnyTagClassName
{
color: #CAB8C9;
}
</style>
background-color css
<style>
a { background-color: #CAB8C9; }
a { background-color: rgb(202,184,201); }
div.DivClassName
{
background-color: #CAB8C9;
}
.BgClassName
{
background-color: #CAB8C9;
}
</style>
border-color css
<style>
span { border-color: #CAB8C9; }
span { border-color: rgb(202,184,201); }
td.TdClassName
{
border-color: #CAB8C9;
}
.TagClassName
{
border-color: #CAB8C9;
}
</style>