#C8C180

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

Shades of Winter Hazel #C8C180

Tints of Winter Hazel #C8C180

Color information

#C8C180 (or 0xC8C180) is unknown color: approx Winter Hazel. HEX triplet: C8, C1 and 80. RGB value is (200,193,128). Sum of RGB (Red+Green+Blue) = 200+193+128=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C180 is #373E7F. Grayscale: #BBBBBB. Windows color (decimal): -3620480 or 8438216. OLE color: 8438216.

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

Color convert

RGB200193128-
CMYK00.040.360.22
HSL54.17º39.56%64.31%-
HSV(B)54.17º36%78.43%-
XYZ46.7951.9827.99-
YUV187.6894.32136.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 128 (50.39% from 255) = 24.57%
R=38.39%
G=37.04%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019312800.040.360.2254.1739.5664.31
HexC8C180042416362840
Octal3103012000444266650100
Binary1100100011000001100000000100100100101101101101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C180; }

 p { color: rgb(200,193,128); }

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

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

 a { background-color: rgb(200,193,128); }

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

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

 span { border-color: rgb(200,193,128); }

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