Shades of Thistle #CCC9CC
Tints of Thistle #CCC9CC
RGB
CMYK
RGB Variations
Color information
#CCC9CC (or 0xCCC9CC) is known color: Thistle. HEX triplet: CC, C9 and CC. RGB value is (204,201,204). Sum of RGB (Red+Green+Blue) = 204+201+204=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9CC is #333633. Grayscale: #CACACA. Windows color (decimal): -3356212 or 13421004. OLE color: 13421004.
HSL color Cylindrical-coordinate representation of color #CCC9CC: hue angle of 300º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCC9CC is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 201 | 204 | - |
CMYK | 0 | 0.01 | 0 | 0.2 |
HSL | 300º | 0.03% | 0.79% | - |
HSV(B) | 300º | 0.01% | 0.8% | - |
XYZ | 56.69 | 58.97 | 65.52 | - |
YUV | 202.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 201 | 204 | 0 | 0.01 | 0 | 0.2 | 300 | 0.03 | 0.79 |
Hex | CC | C9 | CC | 0 | 1 | 0 | 14 | 12C | 3 | 4F |
Octal | 314 | 311 | 314 | 0 | 1 | 0 | 24 | 454 | 3 | 117 |
Binary | 11001100 | 11001001 | 11001100 | 0 | 1 | 0 | 10100 | 100101100 | 11 | 1001111 |
Color Harmonies of #CCC9CC
Complementary color
Monochromatic Colors of #CCC9CC
Black with #CCC9CC
Text Example
Text Example
White with #CCC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9CC; }
p { color: rgb(204,201,204); }
H1.HeaderClassName
{
color: #CCC9CC;
}
.AnyTagClassName
{
color: #CCC9CC;
}
</style>
background-color css
<style>
a { background-color: #CCC9CC; }
a { background-color: rgb(204,201,204); }
div.DivClassName
{
background-color: #CCC9CC;
}
.BgClassName
{
background-color: #CCC9CC;
}
</style>
border-color css
<style>
span { border-color: #CCC9CC; }
span { border-color: rgb(204,201,204); }
td.TdClassName
{
border-color: #CCC9CC;
}
.TagClassName
{
border-color: #CCC9CC;
}
</style>