Shades of Very Light Grey #CCC7C7
Tints of Very Light Grey #CCC7C7
RGB
CMYK
RGB Variations
Color information
#CCC7C7 (or 0xCCC7C7) is known color: Very Light Grey. HEX triplet: CC, C7 and C7. RGB value is (204,199,199). Sum of RGB (Red+Green+Blue) = 204+199+199=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7C7 is #333838. Grayscale: #C8C8C8. Windows color (decimal): -3356729 or 13092812. OLE color: 13092812.
HSL color Cylindrical-coordinate representation of color #CCC7C7: hue angle of 0º degrees, saturation: 0.05, 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 #CCC7C7 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 199 | 199 | - |
CMYK | 0 | 0.02 | 0.02 | 0.2 |
HSL | 0º | 0.05% | 0.79% | - |
HSV(B) | 0º | 0.02% | 0.8% | - |
XYZ | 55.63 | 57.81 | 62.26 | - |
YUV | 200.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 199 | 199 | 0 | 0.02 | 0.02 | 0.2 | 0 | 0.05 | 0.79 |
Hex | CC | C7 | C7 | 0 | 2 | 2 | 14 | 0 | 5 | 4F |
Octal | 314 | 307 | 307 | 0 | 2 | 2 | 24 | 0 | 5 | 117 |
Binary | 11001100 | 11000111 | 11000111 | 0 | 10 | 10 | 10100 | 0 | 101 | 1001111 |
Color Harmonies of #CCC7C7
Complementary color
Monochromatic Colors of #CCC7C7
Black with #CCC7C7
Text Example
Text Example
White with #CCC7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7C7; }
p { color: rgb(204,199,199); }
H1.HeaderClassName
{
color: #CCC7C7;
}
.AnyTagClassName
{
color: #CCC7C7;
}
</style>
background-color css
<style>
a { background-color: #CCC7C7; }
a { background-color: rgb(204,199,199); }
div.DivClassName
{
background-color: #CCC7C7;
}
.BgClassName
{
background-color: #CCC7C7;
}
</style>
border-color css
<style>
span { border-color: #CCC7C7; }
span { border-color: rgb(204,199,199); }
td.TdClassName
{
border-color: #CCC7C7;
}
.TagClassName
{
border-color: #CCC7C7;
}
</style>