Shades of Thistle #CABBC9
Tints of Thistle #CABBC9
RGB
CMYK
RGB Variations
Color information
#CABBC9 (or 0xCABBC9) is known color: Thistle. HEX triplet: CA, BB and C9. RGB value is (202,187,201). Sum of RGB (Red+Green+Blue) = 202+187+201=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBC9 is #354436. Grayscale: #C1C1C1. Windows color (decimal): -3490871 or 13220810. OLE color: 13220810.
HSL color Cylindrical-coordinate representation of color #CABBC9: hue angle of 304º 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 #CABBC9 is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 201 | - |
| CMYK | 0 | 0.07 | 0.00 | 0.21 |
| HSL | 304º | 0.12% | 0.76% | - |
| HSV(B) | 304º | 0.07% | 0.79% | - |
| XYZ | 52.67 | 52.31 | 62.58 | - |
| YUV | 193.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 201 | 0 | 0.07 | 0.00 | 0.21 | 304 | 0.12 | 0.76 |
| Hex | CA | BB | C9 | 0 | 7 | 0 | 15 | 130 | C | 4C |
| Octal | 312 | 273 | 311 | 0 | 7 | 0 | 25 | 460 | 14 | 114 |
| Binary | 11001010 | 10111011 | 11001001 | 0 | 111 | 0 | 10101 | 100110000 | 1100 | 1001100 |
Color Harmonies of #CABBC9
Complementary color
Monochromatic Colors of #CABBC9
Black with #CABBC9
Text Example
Text Example
White with #CABBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBC9; }
p { color: rgb(202,187,201); }
H1.HeaderClassName
{
color: #CABBC9;
}
.AnyTagClassName
{
color: #CABBC9;
}
</style>
background-color css
<style>
a { background-color: #CABBC9; }
a { background-color: rgb(202,187,201); }
div.DivClassName
{
background-color: #CABBC9;
}
.BgClassName
{
background-color: #CABBC9;
}
</style>
border-color css
<style>
span { border-color: #CABBC9; }
span { border-color: rgb(202,187,201); }
td.TdClassName
{
border-color: #CABBC9;
}
.TagClassName
{
border-color: #CABBC9;
}
</style>