Shades of Very Light Grey #CCC6C6
Tints of Very Light Grey #CCC6C6
RGB
CMYK
RGB Variations
Color information
#CCC6C6 (or 0xCCC6C6) is known color: Very Light Grey. HEX triplet: CC, C6 and C6. RGB value is (204,198,198). Sum of RGB (Red+Green+Blue) = 204+198+198=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6C6 is #333939. Grayscale: #C7C7C7. Windows color (decimal): -3356986 or 13027020. OLE color: 13027020.
HSL color Cylindrical-coordinate representation of color #CCC6C6: hue angle of 0º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCC6C6 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 198 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.2 |
| HSL | 0º | 0.06% | 0.79% | - |
| HSV(B) | 0º | 0.03% | 0.8% | - |
| XYZ | 55.29 | 57.3 | 61.57 | - |
| YUV | 199.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 198 | 0 | 0.03 | 0.03 | 0.2 | 0 | 0.06 | 0.79 |
| Hex | CC | C6 | C6 | 0 | 3 | 3 | 14 | 0 | 6 | 4F |
| Octal | 314 | 306 | 306 | 0 | 3 | 3 | 24 | 0 | 6 | 117 |
| Binary | 11001100 | 11000110 | 11000110 | 0 | 11 | 11 | 10100 | 0 | 110 | 1001111 |
Color Harmonies of #CCC6C6
Complementary color
Monochromatic Colors of #CCC6C6
Black with #CCC6C6
Text Example
Text Example
White with #CCC6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6C6; }
p { color: rgb(204,198,198); }
H1.HeaderClassName
{
color: #CCC6C6;
}
.AnyTagClassName
{
color: #CCC6C6;
}
</style>
background-color css
<style>
a { background-color: #CCC6C6; }
a { background-color: rgb(204,198,198); }
div.DivClassName
{
background-color: #CCC6C6;
}
.BgClassName
{
background-color: #CCC6C6;
}
</style>
border-color css
<style>
span { border-color: #CCC6C6; }
span { border-color: rgb(204,198,198); }
td.TdClassName
{
border-color: #CCC6C6;
}
.TagClassName
{
border-color: #CCC6C6;
}
</style>