#C7C08F

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

Shades of Winter Hazel #C7C08F

Tints of Winter Hazel #C7C08F

Color information

#C7C08F (or 0xC7C08F) is unknown color: approx Winter Hazel. HEX triplet: C7, C0 and 8F. RGB value is (199,192,143). Sum of RGB (Red+Green+Blue) = 199+192+143=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C08F is #383F70. Grayscale: #BCBCBC. Windows color (decimal): -3686257 or 9420999. OLE color: 9420999.

HSL color Cylindrical-coordinate representation of color #C7C08F: hue angle of 52.5º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7C08F is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB199192143-
CMYK00.040.280.22
HSL52.5º33.33%67.06%-
HSV(B)52.5º28.14%78.04%-
XYZ47.3651.8233.49-
YUV188.51102.32135.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.27%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 143 (56.25% from 255) = 26.78%
R=37.27%
G=35.96%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919214300.040.280.2252.533.3367.06
HexC7C08F041C16342143
Octal3073002170434266441103
Binary110001111100000010001111010011100101101101001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C08F; }

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

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

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

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

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

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

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

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