#C7C382

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

Shades of Winter Hazel #C7C382

Tints of Winter Hazel #C7C382

Color information

#C7C382 (or 0xC7C382) is unknown color: approx Winter Hazel. HEX triplet: C7, C3 and 82. RGB value is (199,195,130). Sum of RGB (Red+Green+Blue) = 199+195+130=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C382 is #383C7D. Grayscale: #BDBDBD. Windows color (decimal): -3685502 or 8569799. OLE color: 8569799.

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

Color convert

RGB199195130-
CMYK00.020.350.22
HSL56.52º38.12%64.51%-
HSV(B)56.52º34.67%78.04%-
XYZ47.152.7828.83-
YUV188.7994.83135.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.98%
GREEN value IS 195 (76.56% from 255) = 37.21%
BLUE value IS 130 (51.17% from 255) = 24.81%
R=37.98%
G=37.21%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919513000.020.350.2256.5238.1264.51
HexC7C382022316392641
Octal3073032020243267146101
Binary110001111100001110000010010100011101101110011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C382; }

 p { color: rgb(199,195,130); }

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

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

 a { background-color: rgb(199,195,130); }

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

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

 span { border-color: rgb(199,195,130); }

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