Shades of Thistle #CBC4CC
Tints of Thistle #CBC4CC
RGB
CMYK
RGB Variations
Color information
#CBC4CC (or 0xCBC4CC) is known color: Thistle. HEX triplet: CB, C4 and CC. RGB value is (203,196,204). Sum of RGB (Red+Green+Blue) = 203+196+204=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBC4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4CC is #343B33. Grayscale: #C6C6C6. Windows color (decimal): -3423028 or 13419723. OLE color: 13419723.
HSL color Cylindrical-coordinate representation of color #CBC4CC: hue angle of 292.5º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBC4CC is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 203 | 196 | 204 | - |
CMYK | 0.00 | 0.04 | 0 | 0.2 |
HSL | 292.5º | 0.07% | 0.78% | - |
HSV(B) | 292.5º | 0.04% | 0.8% | - |
XYZ | 55.27 | 56.54 | 65.13 | - |
YUV | 199.01 | 130.82 | 130.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 196 | 204 | 0.00 | 0.04 | 0 | 0.2 | 292.5 | 0.07 | 0.78 |
Hex | CB | C4 | CC | 0 | 4 | 0 | 14 | 124 | 7 | 4E |
Octal | 313 | 304 | 314 | 0 | 4 | 0 | 24 | 444 | 7 | 116 |
Binary | 11001011 | 11000100 | 11001100 | 0 | 100 | 0 | 10100 | 100100100 | 111 | 1001110 |
Color Harmonies of #CBC4CC
Complementary color
Monochromatic Colors of #CBC4CC
Black with #CBC4CC
Text Example
Text Example
White with #CBC4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4CC; }
p { color: rgb(203,196,204); }
H1.HeaderClassName
{
color: #CBC4CC;
}
.AnyTagClassName
{
color: #CBC4CC;
}
</style>
background-color css
<style>
a { background-color: #CBC4CC; }
a { background-color: rgb(203,196,204); }
div.DivClassName
{
background-color: #CBC4CC;
}
.BgClassName
{
background-color: #CBC4CC;
}
</style>
border-color css
<style>
span { border-color: #CBC4CC; }
span { border-color: rgb(203,196,204); }
td.TdClassName
{
border-color: #CBC4CC;
}
.TagClassName
{
border-color: #CBC4CC;
}
</style>