Shades of Thistle #CCC3CC
Tints of Thistle #CCC3CC
RGB
CMYK
RGB Variations
Color information
#CCC3CC (or 0xCCC3CC) is known color: Thistle. HEX triplet: CC, C3 and CC. RGB value is (204,195,204). Sum of RGB (Red+Green+Blue) = 204+195+204=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCC3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3CC is #333C33. Grayscale: #C6C6C6. Windows color (decimal): -3357748 or 13419468. OLE color: 13419468.
HSL color Cylindrical-coordinate representation of color #CCC3CC: hue angle of 300º degrees, saturation: 0.08, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCC3CC is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 195 | 204 | - |
CMYK | 0 | 0.04 | 0 | 0.2 |
HSL | 300º | 0.08% | 0.78% | - |
HSV(B) | 300º | 0.04% | 0.8% | - |
XYZ | 55.32 | 56.23 | 65.06 | - |
YUV | 198.72 | 130.98 | 131.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 195 | 204 | 0 | 0.04 | 0 | 0.2 | 300 | 0.08 | 0.78 |
Hex | CC | C3 | CC | 0 | 4 | 0 | 14 | 12C | 8 | 4E |
Octal | 314 | 303 | 314 | 0 | 4 | 0 | 24 | 454 | 10 | 116 |
Binary | 11001100 | 11000011 | 11001100 | 0 | 100 | 0 | 10100 | 100101100 | 1000 | 1001110 |
Color Harmonies of #CCC3CC
Complementary color
Monochromatic Colors of #CCC3CC
Black with #CCC3CC
Text Example
Text Example
White with #CCC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3CC; }
p { color: rgb(204,195,204); }
H1.HeaderClassName
{
color: #CCC3CC;
}
.AnyTagClassName
{
color: #CCC3CC;
}
</style>
background-color css
<style>
a { background-color: #CCC3CC; }
a { background-color: rgb(204,195,204); }
div.DivClassName
{
background-color: #CCC3CC;
}
.BgClassName
{
background-color: #CCC3CC;
}
</style>
border-color css
<style>
span { border-color: #CCC3CC; }
span { border-color: rgb(204,195,204); }
td.TdClassName
{
border-color: #CCC3CC;
}
.TagClassName
{
border-color: #CCC3CC;
}
</style>