#CFC7C7

Color #CFC7C7 Very Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Light Grey #CFC7C7

Tints of Very Light Grey #CFC7C7

Color information

#CFC7C7 (or 0xCFC7C7) is unknown color: approx 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

RGB207199199-
CMYK00.040.040.19
HSL7.69%79.61%-
HSV(B)3.86%81.18%-
XYZ56.4658.2462.3-
YUV201.39126.65132-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 199 (78.12% from 255) = 32.89%
BLUE value IS 199 (78.12% from 255) = 32.89%
R=34.21%
G=32.89%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719919900.040.040.1907.6979.61
HexCFC7C7044130850
Octal31730730704423010120
Binary110011111100011111000111010010010011010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>