#C8C482

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

Shades of Winter Hazel #C8C482

Tints of Winter Hazel #C8C482

Color information

#C8C482 (or 0xC8C482) is unknown color: approx Winter Hazel. HEX triplet: C8, C4 and 82. RGB value is (200,196,130). Sum of RGB (Red+Green+Blue) = 200+196+130=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C482 is #373B7D. Grayscale: #BDBDBD. Windows color (decimal): -3619710 or 8570056. OLE color: 8570056.

HSL color Cylindrical-coordinate representation of color #C8C482: hue angle of 56.57º degrees, saturation: 0.39, 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 #C8C482 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB200196130-
CMYK00.020.350.22
HSL56.57º38.89%64.71%-
HSV(B)56.57º35%78.43%-
XYZ47.5953.3728.91-
YUV189.6794.33135.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 130 (51.17% from 255) = 24.71%
R=38.02%
G=37.26%
B=24.71%

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
Decimal20019613000.020.350.2256.5738.8964.71
HexC8C482022316392741
Octal3103042020243267147101
Binary110010001100010010000010010100011101101110011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C482; }

 p { color: rgb(200,196,130); }

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

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

 a { background-color: rgb(200,196,130); }

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

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

 span { border-color: rgb(200,196,130); }

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