Shades of Thistle #CCC0CA
Tints of Thistle #CCC0CA
RGB
CMYK
RGB Variations
Color information
#CCC0CA (or 0xCCC0CA) is known color: Thistle. HEX triplet: CC, C0 and CA. RGB value is (204,192,202). Sum of RGB (Red+Green+Blue) = 204+192+202=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0CA is #333F35. Grayscale: #C4C4C4. Windows color (decimal): -3358518 or 13287628. OLE color: 13287628.
HSL color Cylindrical-coordinate representation of color #CCC0CA: hue angle of 310º 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 #CCC0CA is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 202 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.2 |
| HSL | 310º | 0.11% | 0.78% | - |
| HSV(B) | 310º | 0.06% | 0.8% | - |
| XYZ | 54.41 | 54.8 | 63.59 | - |
| YUV | 196.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 202 | 0 | 0.06 | 0.01 | 0.2 | 310 | 0.11 | 0.78 |
| Hex | CC | C0 | CA | 0 | 6 | 1 | 14 | 136 | B | 4E |
| Octal | 314 | 300 | 312 | 0 | 6 | 1 | 24 | 466 | 13 | 116 |
| Binary | 11001100 | 11000000 | 11001010 | 0 | 110 | 1 | 10100 | 100110110 | 1011 | 1001110 |
Color Harmonies of #CCC0CA
Complementary color
Monochromatic Colors of #CCC0CA
Black with #CCC0CA
Text Example
Text Example
White with #CCC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0CA; }
p { color: rgb(204,192,202); }
H1.HeaderClassName
{
color: #CCC0CA;
}
.AnyTagClassName
{
color: #CCC0CA;
}
</style>
background-color css
<style>
a { background-color: #CCC0CA; }
a { background-color: rgb(204,192,202); }
div.DivClassName
{
background-color: #CCC0CA;
}
.BgClassName
{
background-color: #CCC0CA;
}
</style>
border-color css
<style>
span { border-color: #CCC0CA; }
span { border-color: rgb(204,192,202); }
td.TdClassName
{
border-color: #CCC0CA;
}
.TagClassName
{
border-color: #CCC0CA;
}
</style>