Shades of Thistle #CCCACC
Tints of Thistle #CCCACC
RGB
CMYK
RGB Variations
Color information
#CCCACC (or 0xCCCACC) is known color: Thistle. HEX triplet: CC, CA and CC. RGB value is (204,202,204). Sum of RGB (Red+Green+Blue) = 204+202+204=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCCACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCACC is #333533. Grayscale: #CACACA. Windows color (decimal): -3355956 or 13421260. OLE color: 13421260.
HSL color Cylindrical-coordinate representation of color #CCCACC: hue angle of 300º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCACC is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 202 | 204 | - |
CMYK | 0 | 0.01 | 0 | 0.2 |
HSL | 300º | 0.02% | 0.8% | - |
HSV(B) | 300º | 0.01% | 0.8% | - |
XYZ | 56.92 | 59.44 | 65.6 | - |
YUV | 202.83 | 128.66 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 204 | 0 | 0.01 | 0 | 0.2 | 300 | 0.02 | 0.8 |
Hex | CC | CA | CC | 0 | 1 | 0 | 14 | 12C | 2 | 50 |
Octal | 314 | 312 | 314 | 0 | 1 | 0 | 24 | 454 | 2 | 120 |
Binary | 11001100 | 11001010 | 11001100 | 0 | 1 | 0 | 10100 | 100101100 | 10 | 1010000 |
Color Harmonies of #CCCACC
Complementary color
Monochromatic Colors of #CCCACC
Black with #CCCACC
Text Example
Text Example
White with #CCCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCACC; }
p { color: rgb(204,202,204); }
H1.HeaderClassName
{
color: #CCCACC;
}
.AnyTagClassName
{
color: #CCCACC;
}
</style>
background-color css
<style>
a { background-color: #CCCACC; }
a { background-color: rgb(204,202,204); }
div.DivClassName
{
background-color: #CCCACC;
}
.BgClassName
{
background-color: #CCCACC;
}
</style>
border-color css
<style>
span { border-color: #CCCACC; }
span { border-color: rgb(204,202,204); }
td.TdClassName
{
border-color: #CCCACC;
}
.TagClassName
{
border-color: #CCCACC;
}
</style>