Shades of Thistle #CBBCCB
Tints of Thistle #CBBCCB
RGB
CMYK
RGB Variations
Color information
#CBBCCB (or 0xCBBCCB) is known color: Thistle. HEX triplet: CB, BC and CB. RGB value is (203,188,203). Sum of RGB (Red+Green+Blue) = 203+188+203=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBBCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCCB is #344334. Grayscale: #C2C2C2. Windows color (decimal): -3425077 or 13352139. OLE color: 13352139.
HSL color Cylindrical-coordinate representation of color #CBBCCB: hue angle of 300º 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 #CBBCCB is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 203 | - |
| CMYK | 0 | 0.07 | 0 | 0.20 |
| HSL | 300º | 0.13% | 0.77% | - |
| HSV(B) | 300º | 0.07% | 0.8% | - |
| XYZ | 53.39 | 52.97 | 63.91 | - |
| YUV | 194.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 203 | 0 | 0.07 | 0 | 0.20 | 300 | 0.13 | 0.77 |
| Hex | CB | BC | CB | 0 | 7 | 0 | 14 | 12C | D | 4D |
| Octal | 313 | 274 | 313 | 0 | 7 | 0 | 24 | 454 | 15 | 115 |
| Binary | 11001011 | 10111100 | 11001011 | 0 | 111 | 0 | 10100 | 100101100 | 1101 | 1001101 |
Color Harmonies of #CBBCCB
Complementary color
Monochromatic Colors of #CBBCCB
Black with #CBBCCB
Text Example
Text Example
White with #CBBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCCB; }
p { color: rgb(203,188,203); }
H1.HeaderClassName
{
color: #CBBCCB;
}
.AnyTagClassName
{
color: #CBBCCB;
}
</style>
background-color css
<style>
a { background-color: #CBBCCB; }
a { background-color: rgb(203,188,203); }
div.DivClassName
{
background-color: #CBBCCB;
}
.BgClassName
{
background-color: #CBBCCB;
}
</style>
border-color css
<style>
span { border-color: #CBBCCB; }
span { border-color: rgb(203,188,203); }
td.TdClassName
{
border-color: #CBBCCB;
}
.TagClassName
{
border-color: #CBBCCB;
}
</style>