#C7C28E

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

Shades of Winter Hazel #C7C28E

Tints of Winter Hazel #C7C28E

Color information

#C7C28E (or 0xC7C28E) is unknown color: approx Winter Hazel. HEX triplet: C7, C2 and 8E. RGB value is (199,194,142). Sum of RGB (Red+Green+Blue) = 199+194+142=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C28E is #383D71. Grayscale: #BDBDBD. Windows color (decimal): -3685746 or 9355975. OLE color: 9355975.

HSL color Cylindrical-coordinate representation of color #C7C28E: hue angle of 54.74º degrees, saturation: 0.34, 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 #C7C28E is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB199194142-
CMYK00.030.290.22
HSL54.74º33.73%66.86%-
HSV(B)54.74º28.64%78.04%-
XYZ47.7352.6833.24-
YUV189.57101.16134.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.20%
GREEN value IS 194 (76.17% from 255) = 36.26%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=37.20%
G=36.26%
B=26.54%

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
Decimal19919414200.030.290.2254.7433.7366.86
HexC7C28E031D16372243
Octal3073022160335266742103
Binary11000111110000101000111001111101101101101111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C28E; }

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

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

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

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

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

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

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

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