Shades of Thistle #CBBCC9
Tints of Thistle #CBBCC9
RGB
CMYK
RGB Variations
Color information
#CBBCC9 (or 0xCBBCC9) is known color: Thistle. HEX triplet: CB, BC and C9. RGB value is (203,188,201). Sum of RGB (Red+Green+Blue) = 203+188+201=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCC9 is #344336. Grayscale: #C1C1C1. Windows color (decimal): -3425079 or 13221067. OLE color: 13221067.
HSL color Cylindrical-coordinate representation of color #CBBCC9: hue angle of 308º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBBCC9 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 201 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.20 |
| HSL | 308º | 0.13% | 0.77% | - |
| HSV(B) | 308º | 0.07% | 0.8% | - |
| XYZ | 53.15 | 52.88 | 62.66 | - |
| YUV | 193.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 201 | 0 | 0.07 | 0.01 | 0.20 | 308 | 0.13 | 0.77 |
| Hex | CB | BC | C9 | 0 | 7 | 1 | 14 | 134 | D | 4D |
| Octal | 313 | 274 | 311 | 0 | 7 | 1 | 24 | 464 | 15 | 115 |
| Binary | 11001011 | 10111100 | 11001001 | 0 | 111 | 1 | 10100 | 100110100 | 1101 | 1001101 |
Color Harmonies of #CBBCC9
Complementary color
Monochromatic Colors of #CBBCC9
Black with #CBBCC9
Text Example
Text Example
White with #CBBCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCC9; }
p { color: rgb(203,188,201); }
H1.HeaderClassName
{
color: #CBBCC9;
}
.AnyTagClassName
{
color: #CBBCC9;
}
</style>
background-color css
<style>
a { background-color: #CBBCC9; }
a { background-color: rgb(203,188,201); }
div.DivClassName
{
background-color: #CBBCC9;
}
.BgClassName
{
background-color: #CBBCC9;
}
</style>
border-color css
<style>
span { border-color: #CBBCC9; }
span { border-color: rgb(203,188,201); }
td.TdClassName
{
border-color: #CBBCC9;
}
.TagClassName
{
border-color: #CBBCC9;
}
</style>