Shades of Thistle #CBC0CC
Tints of Thistle #CBC0CC
RGB
CMYK
RGB Variations
Color information
#CBC0CC (or 0xCBC0CC) is known color: Thistle. HEX triplet: CB, C0 and CC. RGB value is (203,192,204). Sum of RGB (Red+Green+Blue) = 203+192+204=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0CC is #343F33. Grayscale: #C4C4C4. Windows color (decimal): -3424052 or 13418699. OLE color: 13418699.
HSL color Cylindrical-coordinate representation of color #CBC0CC: hue angle of 295º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBC0CC is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 192 | 204 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.2 |
| HSL | 295º | 0.11% | 0.78% | - |
| HSV(B) | 295º | 0.06% | 0.8% | - |
| XYZ | 54.38 | 54.76 | 64.83 | - |
| YUV | 196.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 204 | 0.00 | 0.06 | 0 | 0.2 | 295 | 0.11 | 0.78 |
| Hex | CB | C0 | CC | 0 | 6 | 0 | 14 | 127 | B | 4E |
| Octal | 313 | 300 | 314 | 0 | 6 | 0 | 24 | 447 | 13 | 116 |
| Binary | 11001011 | 11000000 | 11001100 | 0 | 110 | 0 | 10100 | 100100111 | 1011 | 1001110 |
Color Harmonies of #CBC0CC
Complementary color
Monochromatic Colors of #CBC0CC
Black with #CBC0CC
Text Example
Text Example
White with #CBC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0CC; }
p { color: rgb(203,192,204); }
H1.HeaderClassName
{
color: #CBC0CC;
}
.AnyTagClassName
{
color: #CBC0CC;
}
</style>
background-color css
<style>
a { background-color: #CBC0CC; }
a { background-color: rgb(203,192,204); }
div.DivClassName
{
background-color: #CBC0CC;
}
.BgClassName
{
background-color: #CBC0CC;
}
</style>
border-color css
<style>
span { border-color: #CBC0CC; }
span { border-color: rgb(203,192,204); }
td.TdClassName
{
border-color: #CBC0CC;
}
.TagClassName
{
border-color: #CBC0CC;
}
</style>