Shades of Thistle #CCC2CC
Tints of Thistle #CCC2CC
RGB
CMYK
RGB Variations
Color information
#CCC2CC (or 0xCCC2CC) is known color: Thistle. HEX triplet: CC, C2 and CC. RGB value is (204,194,204). Sum of RGB (Red+Green+Blue) = 204+194+204=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2CC is #333D33. Grayscale: #C6C6C6. Windows color (decimal): -3358004 or 13419212. OLE color: 13419212.
HSL color Cylindrical-coordinate representation of color #CCC2CC: hue angle of 300º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCC2CC is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 204 | - |
| CMYK | 0 | 0.05 | 0 | 0.2 |
| HSL | 300º | 0.09% | 0.78% | - |
| HSV(B) | 300º | 0.05% | 0.8% | - |
| XYZ | 55.09 | 55.78 | 64.99 | - |
| YUV | 198.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 204 | 0 | 0.05 | 0 | 0.2 | 300 | 0.09 | 0.78 |
| Hex | CC | C2 | CC | 0 | 5 | 0 | 14 | 12C | 9 | 4E |
| Octal | 314 | 302 | 314 | 0 | 5 | 0 | 24 | 454 | 11 | 116 |
| Binary | 11001100 | 11000010 | 11001100 | 0 | 101 | 0 | 10100 | 100101100 | 1001 | 1001110 |
Color Harmonies of #CCC2CC
Complementary color
Monochromatic Colors of #CCC2CC
Black with #CCC2CC
Text Example
Text Example
White with #CCC2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2CC; }
p { color: rgb(204,194,204); }
H1.HeaderClassName
{
color: #CCC2CC;
}
.AnyTagClassName
{
color: #CCC2CC;
}
</style>
background-color css
<style>
a { background-color: #CCC2CC; }
a { background-color: rgb(204,194,204); }
div.DivClassName
{
background-color: #CCC2CC;
}
.BgClassName
{
background-color: #CCC2CC;
}
</style>
border-color css
<style>
span { border-color: #CCC2CC; }
span { border-color: rgb(204,194,204); }
td.TdClassName
{
border-color: #CCC2CC;
}
.TagClassName
{
border-color: #CCC2CC;
}
</style>