Shades of Thistle #CCC8CC
Tints of Thistle #CCC8CC
RGB
CMYK
RGB Variations
Color information
#CCC8CC (or 0xCCC8CC) is known color: Thistle. HEX triplet: CC, C8 and CC. RGB value is (204,200,204). Sum of RGB (Red+Green+Blue) = 204+200+204=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8CC is #333733. Grayscale: #C9C9C9. Windows color (decimal): -3356468 or 13420748. OLE color: 13420748.
HSL color Cylindrical-coordinate representation of color #CCC8CC: hue angle of 300º degrees, saturation: 0.04, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCC8CC is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 200 | 204 | - |
CMYK | 0 | 0.02 | 0 | 0.2 |
HSL | 300º | 0.04% | 0.79% | - |
HSV(B) | 300º | 0.02% | 0.8% | - |
XYZ | 56.46 | 58.51 | 65.44 | - |
YUV | 201.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 200 | 204 | 0 | 0.02 | 0 | 0.2 | 300 | 0.04 | 0.79 |
Hex | CC | C8 | CC | 0 | 2 | 0 | 14 | 12C | 4 | 4F |
Octal | 314 | 310 | 314 | 0 | 2 | 0 | 24 | 454 | 4 | 117 |
Binary | 11001100 | 11001000 | 11001100 | 0 | 10 | 0 | 10100 | 100101100 | 100 | 1001111 |
Color Harmonies of #CCC8CC
Complementary color
Monochromatic Colors of #CCC8CC
Black with #CCC8CC
Text Example
Text Example
White with #CCC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8CC; }
p { color: rgb(204,200,204); }
H1.HeaderClassName
{
color: #CCC8CC;
}
.AnyTagClassName
{
color: #CCC8CC;
}
</style>
background-color css
<style>
a { background-color: #CCC8CC; }
a { background-color: rgb(204,200,204); }
div.DivClassName
{
background-color: #CCC8CC;
}
.BgClassName
{
background-color: #CCC8CC;
}
</style>
border-color css
<style>
span { border-color: #CCC8CC; }
span { border-color: rgb(204,200,204); }
td.TdClassName
{
border-color: #CCC8CC;
}
.TagClassName
{
border-color: #CCC8CC;
}
</style>