#C8C28A

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

Shades of Winter Hazel #C8C28A

Tints of Winter Hazel #C8C28A

Color information

#C8C28A (or 0xC8C28A) is unknown color: approx Winter Hazel. HEX triplet: C8, C2 and 8A. RGB value is (200,194,138). Sum of RGB (Red+Green+Blue) = 200+194+138=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C28A is #373D75. Grayscale: #BDBDBD. Windows color (decimal): -3620214 or 9093832. OLE color: 9093832.

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

Color convert

RGB200194138-
CMYK00.030.310.22
HSL54.19º36.05%66.27%-
HSV(B)54.19º31%78.43%-
XYZ47.752.731.7-
YUV189.4198.99135.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.59%
GREEN value IS 194 (76.17% from 255) = 36.47%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=37.59%
G=36.47%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019413800.030.310.2254.1936.0566.27
HexC8C28A031F16362442
Octal3103022120337266644102
Binary11001000110000101000101001111111101101101101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C28A; }

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

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

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

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

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

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

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

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