Shades of Thistle #CBB9C9
Tints of Thistle #CBB9C9
RGB
CMYK
RGB Variations
Color information
#CBB9C9 (or 0xCBB9C9) is known color: Thistle. HEX triplet: CB, B9 and C9. RGB value is (203,185,201). Sum of RGB (Red+Green+Blue) = 203+185+201=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9C9 is #344636. Grayscale: #C0C0C0. Windows color (decimal): -3425847 or 13220299. OLE color: 13220299.
HSL color Cylindrical-coordinate representation of color #CBB9C9: hue angle of 306.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBB9C9 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 201 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.20 |
| HSL | 306.67º | 0.15% | 0.76% | - |
| HSV(B) | 306.67º | 0.09% | 0.8% | - |
| XYZ | 52.52 | 51.61 | 62.45 | - |
| YUV | 192.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 201 | 0 | 0.09 | 0.01 | 0.20 | 306.67 | 0.15 | 0.76 |
| Hex | CB | B9 | C9 | 0 | 9 | 1 | 14 | 133 | F | 4C |
| Octal | 313 | 271 | 311 | 0 | 11 | 1 | 24 | 463 | 17 | 114 |
| Binary | 11001011 | 10111001 | 11001001 | 0 | 1001 | 1 | 10100 | 100110011 | 1111 | 1001100 |
Color Harmonies of #CBB9C9
Complementary color
Monochromatic Colors of #CBB9C9
Black with #CBB9C9
Text Example
Text Example
White with #CBB9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9C9; }
p { color: rgb(203,185,201); }
H1.HeaderClassName
{
color: #CBB9C9;
}
.AnyTagClassName
{
color: #CBB9C9;
}
</style>
background-color css
<style>
a { background-color: #CBB9C9; }
a { background-color: rgb(203,185,201); }
div.DivClassName
{
background-color: #CBB9C9;
}
.BgClassName
{
background-color: #CBB9C9;
}
</style>
border-color css
<style>
span { border-color: #CBB9C9; }
span { border-color: rgb(203,185,201); }
td.TdClassName
{
border-color: #CBB9C9;
}
.TagClassName
{
border-color: #CBB9C9;
}
</style>