#C8C278

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

Shades of Winter Hazel #C8C278

Tints of Winter Hazel #C8C278

Color information

#C8C278 (or 0xC8C278) is unknown color: approx Winter Hazel. HEX triplet: C8, C2 and 78. RGB value is (200,194,120). Sum of RGB (Red+Green+Blue) = 200+194+120=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C278 is #373D87. Grayscale: #BBBBBB. Windows color (decimal): -3620232 or 7914184. OLE color: 7914184.

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

Color convert

RGB200194120-
CMYK00.030.40.22
HSL55.5º42.11%62.75%-
HSV(B)55.5º40%78.43%-
XYZ46.552.2225.4-
YUV187.3689.99137.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.91%
GREEN value IS 194 (76.17% from 255) = 37.74%
BLUE value IS 120 (47.27% from 255) = 23.35%
R=38.91%
G=37.74%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019412000.030.40.2255.542.1162.75
HexC8C278032816382a3f
Octal310302170035026705277
Binary1100100011000010111100001110100010110111000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C278; }

 p { color: rgb(200,194,120); }

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

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

 a { background-color: rgb(200,194,120); }

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

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

 span { border-color: rgb(200,194,120); }

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