#C7C384

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

Shades of Winter Hazel #C7C384

Tints of Winter Hazel #C7C384

Color information

#C7C384 (or 0xC7C384) is unknown color: approx Winter Hazel. HEX triplet: C7, C3 and 84. RGB value is (199,195,132). Sum of RGB (Red+Green+Blue) = 199+195+132=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C384 is #383C7B. Grayscale: #BDBDBD. Windows color (decimal): -3685500 or 8700871. OLE color: 8700871.

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

Color convert

RGB199195132-
CMYK00.020.340.22
HSL56.42º37.43%64.9%-
HSV(B)56.42º33.67%78.04%-
XYZ47.2352.8429.54-
YUV189.0195.83135.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.83%
GREEN value IS 195 (76.56% from 255) = 37.07%
BLUE value IS 132 (51.95% from 255) = 25.10%
R=37.83%
G=37.07%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919513200.020.340.2256.4237.4364.9
HexC7C384022216382541
Octal3073032040242267045101
Binary110001111100001110000100010100010101101110001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C384; }

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

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

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

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

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

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

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

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