#C8C381

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

Shades of Winter Hazel #C8C381

Tints of Winter Hazel #C8C381

Color information

#C8C381 (or 0xC8C381) is unknown color: approx Winter Hazel. HEX triplet: C8, C3 and 81. RGB value is (200,195,129). Sum of RGB (Red+Green+Blue) = 200+195+129=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C381 is #373C7E. Grayscale: #BDBDBD. Windows color (decimal): -3619967 or 8504264. OLE color: 8504264.

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

Color convert

RGB200195129-
CMYK00.020.360.22
HSL55.77º39.23%64.51%-
HSV(B)55.77º35.5%78.43%-
XYZ47.352.8928.49-
YUV188.9794.16135.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.17%
GREEN value IS 195 (76.56% from 255) = 37.21%
BLUE value IS 129 (50.78% from 255) = 24.62%
R=38.17%
G=37.21%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019512900.020.360.2255.7739.2364.51
HexC8C381022416382741
Octal3103032010244267047101
Binary110010001100001110000001010100100101101110001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C381; }

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

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

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

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

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

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

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

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