#C8C28E

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

Shades of Winter Hazel #C8C28E

Tints of Winter Hazel #C8C28E

Color information

#C8C28E (or 0xC8C28E) is unknown color: approx Winter Hazel. HEX triplet: C8, C2 and 8E. RGB value is (200,194,142). Sum of RGB (Red+Green+Blue) = 200+194+142=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C28E is #373D71. Grayscale: #BEBEBE. Windows color (decimal): -3620210 or 9355976. OLE color: 9355976.

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

Color convert

RGB200194142-
CMYK00.030.290.22
HSL53.79º34.52%67.06%-
HSV(B)53.79º29%78.43%-
XYZ47.9952.8233.26-
YUV189.87100.99135.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 194 (76.17% from 255) = 36.19%
BLUE value IS 142 (55.86% from 255) = 26.49%
R=37.31%
G=36.19%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019414200.030.290.2253.7934.5267.06
HexC8C28E031D16362343
Octal3103022160335266643103
Binary11001000110000101000111001111101101101101101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C28E; }

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

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

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

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

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

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

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

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