#C7C5A0

Color #C7C5A0 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #C7C5A0

Tints of Green Mist #C7C5A0

Color information

#C7C5A0 (or 0xC7C5A0) is unknown color: approx Green Mist. HEX triplet: C7, C5 and A0. RGB value is (199,197,160). Sum of RGB (Red+Green+Blue) = 199+197+160=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C5A0 is #383A5F. Grayscale: #C1C1C1. Windows color (decimal): -3684960 or 10536391. OLE color: 10536391.

HSL color Cylindrical-coordinate representation of color #C7C5A0: hue angle of 56.92º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7C5A0 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB199197160-
CMYK00.010.200.22
HSL56.92º25.83%70.39%-
HSV(B)56.92º19.6%78.04%-
XYZ49.8654.6141.17-
YUV193.38109.16132.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.79%
GREEN value IS 197 (77.34% from 255) = 35.43%
BLUE value IS 160 (62.89% from 255) = 28.78%
R=35.79%
G=35.43%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919716000.010.200.2256.9225.8370.39
HexC7C5A0011416391a46
Octal3073052400124267132106
Binary110001111100010110100000011010010110111001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C5A0; }

 p { color: rgb(199,197,160); }

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

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

 a { background-color: rgb(199,197,160); }

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

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

 span { border-color: rgb(199,197,160); }

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