Shades of Very Light Grey #CCCCCC
Tints of Very Light Grey #CCCCCC
RGB
CMYK
RGB Variations
Color information
#CCCCCC (or 0xCCCCCC) is known color: Very Light Grey. HEX triplet: CC, CC and CC. RGB value is (204,204,204). Sum of RGB (Red+Green+Blue) = 204+204+204=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 204 - color contains mainly: red, green, blue. Hex color #CCCCCC is a web safe color. Inversed color of #CCCCCC is #333333. Grayscale: #CCCCCC. Windows color (decimal): -3355444 or 13421772. OLE color: 13421772.
HSL color Cylindrical-coordinate representation of color #CCCCCC: hue angle of 0º degrees, saturation: 0, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CCCCCC is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 204 | - |
CMYK | 0 | 0 | 0 | 0.2 |
HSL | 0º | 0% | 0.8% | - |
HSV(B) | 0º | 0% | 0.8% | - |
XYZ | 57.39 | 60.38 | 65.76 | - |
YUV | 204 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 204 | 0 | 0 | 0 | 0.2 | 0 | 0 | 0.8 |
Hex | CC | CC | CC | 0 | 0 | 0 | 14 | 0 | 0 | 50 |
Octal | 314 | 314 | 314 | 0 | 0 | 0 | 24 | 0 | 0 | 120 |
Binary | 11001100 | 11001100 | 11001100 | 0 | 0 | 0 | 10100 | 0 | 0 | 1010000 |
Color Harmonies of #CCCCCC
Complementary color
Monochromatic Colors of #CCCCCC
Black with #CCCCCC
Text Example
Text Example
White with #CCCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCCC; }
p { color: rgb(204,204,204); }
H1.HeaderClassName
{
color: #CCCCCC;
}
.AnyTagClassName
{
color: #CCCCCC;
}
</style>
background-color css
<style>
a { background-color: #CCCCCC; }
a { background-color: rgb(204,204,204); }
div.DivClassName
{
background-color: #CCCCCC;
}
.BgClassName
{
background-color: #CCCCCC;
}
</style>
border-color css
<style>
span { border-color: #CCCCCC; }
span { border-color: rgb(204,204,204); }
td.TdClassName
{
border-color: #CCCCCC;
}
.TagClassName
{
border-color: #CCCCCC;
}
</style>