#C8C175

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

Shades of Winter Hazel #C8C175

Tints of Winter Hazel #C8C175

Color information

#C8C175 (or 0xC8C175) is unknown color: approx Winter Hazel. HEX triplet: C8, C1 and 75. RGB value is (200,193,117). Sum of RGB (Red+Green+Blue) = 200+193+117=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C175 is #373E8A. Grayscale: #BABABA. Windows color (decimal): -3620491 or 7717320. OLE color: 7717320.

HSL color Cylindrical-coordinate representation of color #C8C175: hue angle of 54.94º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8C175 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB200193117-
CMYK00.040.420.22
HSL54.94º43.01%62.16%-
HSV(B)54.94º41.5%78.43%-
XYZ46.151.724.38-
YUV186.4388.82137.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 117 (46.09% from 255) = 22.94%
R=39.22%
G=37.84%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019311700.040.420.2254.9443.0162.16
HexC8C175042A16372b3e
Octal310301165045226675376
Binary11001000110000011110101010010101010110110111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C175; }

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

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

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

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

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

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

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

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