Shades of Thistle #CCCBCC
Tints of Thistle #CCCBCC
RGB
CMYK
RGB Variations
Color information
#CCCBCC (or 0xCCCBCC) is known color: Thistle. HEX triplet: CC, CB and CC. RGB value is (204,203,204). Sum of RGB (Red+Green+Blue) = 204+203+204=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCCBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBCC is #333433. Grayscale: #CBCBCB. Windows color (decimal): -3355700 or 13421516. OLE color: 13421516.
HSL color Cylindrical-coordinate representation of color #CCCBCC: hue angle of 300º degrees, saturation: 0.01, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CCCBCC is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 203 | 204 | - |
CMYK | 0 | 0.00 | 0 | 0.2 |
HSL | 300º | 0.01% | 0.8% | - |
HSV(B) | 300º | 0% | 0.8% | - |
XYZ | 57.16 | 59.91 | 65.68 | - |
YUV | 203.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 203 | 204 | 0 | 0.00 | 0 | 0.2 | 300 | 0.01 | 0.8 |
Hex | CC | CB | CC | 0 | 0 | 0 | 14 | 12C | 1 | 50 |
Octal | 314 | 313 | 314 | 0 | 0 | 0 | 24 | 454 | 1 | 120 |
Binary | 11001100 | 11001011 | 11001100 | 0 | 0 | 0 | 10100 | 100101100 | 1 | 1010000 |
Color Harmonies of #CCCBCC
Complementary color
Monochromatic Colors of #CCCBCC
Black with #CCCBCC
Text Example
Text Example
White with #CCCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBCC; }
p { color: rgb(204,203,204); }
H1.HeaderClassName
{
color: #CCCBCC;
}
.AnyTagClassName
{
color: #CCCBCC;
}
</style>
background-color css
<style>
a { background-color: #CCCBCC; }
a { background-color: rgb(204,203,204); }
div.DivClassName
{
background-color: #CCCBCC;
}
.BgClassName
{
background-color: #CCCBCC;
}
</style>
border-color css
<style>
span { border-color: #CCCBCC; }
span { border-color: rgb(204,203,204); }
td.TdClassName
{
border-color: #CCCBCC;
}
.TagClassName
{
border-color: #CCCBCC;
}
</style>