#C8C37D

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

Shades of Winter Hazel #C8C37D

Tints of Winter Hazel #C8C37D

Color information

#C8C37D (or 0xC8C37D) is unknown color: approx Winter Hazel. HEX triplet: C8, C3 and 7D. RGB value is (200,195,125). Sum of RGB (Red+Green+Blue) = 200+195+125=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C37D is #373C82. Grayscale: #BCBCBC. Windows color (decimal): -3619971 or 8242120. OLE color: 8242120.

HSL color Cylindrical-coordinate representation of color #C8C37D: hue angle of 56º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8C37D is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB200195125-
CMYK00.020.380.22
HSL56º40.54%63.73%-
HSV(B)56º37.5%78.43%-
XYZ47.0452.7927.11-
YUV188.5292.16136.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 195 (76.56% from 255) = 37.5%
BLUE value IS 125 (49.22% from 255) = 24.04%
R=38.46%
G=37.5%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019512500.020.380.225640.5463.73
HexC8C37D022616382940
Octal3103031750246267051100
Binary11001000110000111111101010100110101101110001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C37D; }

 p { color: rgb(200,195,125); }

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

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

 a { background-color: rgb(200,195,125); }

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

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

 span { border-color: rgb(200,195,125); }

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