Shades of Thistle #CABBCB
Tints of Thistle #CABBCB
RGB
CMYK
RGB Variations
Color information
#CABBCB (or 0xCABBCB) is known color: Thistle. HEX triplet: CA, BB and CB. RGB value is (202,187,203). Sum of RGB (Red+Green+Blue) = 202+187+203=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 203 - color contains mainly: blue. Hex color #CABBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBCB is #354434. Grayscale: #C1C1C1. Windows color (decimal): -3490869 or 13351882. OLE color: 13351882.
HSL color Cylindrical-coordinate representation of color #CABBCB: hue angle of 296.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABBCB is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 187 | 203 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.20 |
| HSL | 296.25º | 0.13% | 0.76% | - |
| HSV(B) | 296.25º | 0.08% | 0.8% | - |
| XYZ | 52.91 | 52.41 | 63.83 | - |
| YUV | 193.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 203 | 0.00 | 0.08 | 0 | 0.20 | 296.25 | 0.13 | 0.76 |
| Hex | CA | BB | CB | 0 | 8 | 0 | 14 | 128 | D | 4C |
| Octal | 312 | 273 | 313 | 0 | 10 | 0 | 24 | 450 | 15 | 114 |
| Binary | 11001010 | 10111011 | 11001011 | 0 | 1000 | 0 | 10100 | 100101000 | 1101 | 1001100 |
Color Harmonies of #CABBCB
Complementary color
Monochromatic Colors of #CABBCB
Black with #CABBCB
Text Example
Text Example
White with #CABBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBCB; }
p { color: rgb(202,187,203); }
H1.HeaderClassName
{
color: #CABBCB;
}
.AnyTagClassName
{
color: #CABBCB;
}
</style>
background-color css
<style>
a { background-color: #CABBCB; }
a { background-color: rgb(202,187,203); }
div.DivClassName
{
background-color: #CABBCB;
}
.BgClassName
{
background-color: #CABBCB;
}
</style>
border-color css
<style>
span { border-color: #CABBCB; }
span { border-color: rgb(202,187,203); }
td.TdClassName
{
border-color: #CABBCB;
}
.TagClassName
{
border-color: #CABBCB;
}
</style>