#C7C08C

Color #C7C08C Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #C7C08C

Tints of Winter Hazel #C7C08C

Color information

#C7C08C (or 0xC7C08C) is unknown color: approx Winter Hazel. HEX triplet: C7, C0 and 8C. RGB value is (199,192,140). Sum of RGB (Red+Green+Blue) = 199+192+140=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C08C is #383F73. Grayscale: #BCBCBC. Windows color (decimal): -3686260 or 9224391. OLE color: 9224391.

HSL color Cylindrical-coordinate representation of color #C7C08C: hue angle of 52.88º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7C08C is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB199192140-
CMYK00.040.300.22
HSL52.88º34.5%66.47%-
HSV(B)52.88º29.65%78.04%-
XYZ47.1451.7332.31-
YUV188.16100.82135.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.48%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 140 (55.08% from 255) = 26.37%
R=37.48%
G=36.16%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919214000.040.300.2252.8834.566.47
HexC7C08C041E16352342
Octal3073002140436266543102
Binary110001111100000010001100010011110101101101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C08C; }

 p { color: rgb(199,192,140); }

 H1.HeaderClassName
 {
   color: #C7C08C;
 }
 .AnyTagClassName
 {
   color: #C7C08C;
 }
</style>
background-color css

<style>
 a { background-color: #C7C08C; }

 a { background-color: rgb(199,192,140); }

 div.DivClassName
 {
   background-color: #C7C08C;
 }
 .BgClassName
 {
   background-color: #C7C08C;
 }
</style>
border-color css

<style>
 span { border-color: #C7C08C; }

 span { border-color: rgb(199,192,140); }

 td.TdClassName
 {
   border-color: #C7C08C;
 }
 .TagClassName
 {
   border-color: #C7C08C;
 }
</style>