Shades of Very Light Grey #CFC7C7
Tints of Very Light Grey #CFC7C7
RGB
CMYK
RGB Variations
Color information
#CFC7C7 (or 0xCFC7C7) is known color: Very Light Grey. HEX triplet: CF, C7 and C7. RGB value is (207,199,199). Sum of RGB (Red+Green+Blue) = 207+199+199=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7C7 is #303838. Grayscale: #C9C9C9. Windows color (decimal): -3160121 or 13092815. OLE color: 13092815.
HSL color Cylindrical-coordinate representation of color #CFC7C7: hue angle of 0º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFC7C7 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 199 | 199 | - |
CMYK | 0 | 0.04 | 0.04 | 0.19 |
HSL | 0º | 0.08% | 0.8% | - |
HSV(B) | 0º | 0.04% | 0.81% | - |
XYZ | 56.46 | 58.24 | 62.3 | - |
YUV | 201.39 | 126.65 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 199 | 199 | 0 | 0.04 | 0.04 | 0.19 | 0 | 0.08 | 0.8 |
Hex | CF | C7 | C7 | 0 | 4 | 4 | 13 | 0 | 8 | 50 |
Octal | 317 | 307 | 307 | 0 | 4 | 4 | 23 | 0 | 10 | 120 |
Binary | 11001111 | 11000111 | 11000111 | 0 | 100 | 100 | 10011 | 0 | 1000 | 1010000 |
Color Harmonies of #CFC7C7
Complementary color
Monochromatic Colors of #CFC7C7
Black with #CFC7C7
Text Example
Text Example
White with #CFC7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7C7; }
p { color: rgb(207,199,199); }
H1.HeaderClassName
{
color: #CFC7C7;
}
.AnyTagClassName
{
color: #CFC7C7;
}
</style>
background-color css
<style>
a { background-color: #CFC7C7; }
a { background-color: rgb(207,199,199); }
div.DivClassName
{
background-color: #CFC7C7;
}
.BgClassName
{
background-color: #CFC7C7;
}
</style>
border-color css
<style>
span { border-color: #CFC7C7; }
span { border-color: rgb(207,199,199); }
td.TdClassName
{
border-color: #CFC7C7;
}
.TagClassName
{
border-color: #CFC7C7;
}
</style>