#C7C2A0

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

Shades of Ash #C7C2A0

Tints of Ash #C7C2A0

Color information

#C7C2A0 (or 0xC7C2A0) is unknown color: approx Ash. HEX triplet: C7, C2 and A0. RGB value is (199,194,160). Sum of RGB (Red+Green+Blue) = 199+194+160=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C2A0 is #383D5F. Grayscale: #BFBFBF. Windows color (decimal): -3685728 or 10535623. OLE color: 10535623.

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

Color convert

RGB199194160-
CMYK00.030.200.22
HSL52.31º25.83%70.39%-
HSV(B)52.31º19.6%78.04%-
XYZ49.1953.2640.95-
YUV191.62110.16133.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.99%
GREEN value IS 194 (76.17% from 255) = 35.08%
BLUE value IS 160 (62.89% from 255) = 28.93%
R=35.99%
G=35.08%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919416000.030.200.2252.3125.8370.39
HexC7C2A0031416341a46
Octal3073022400324266432106
Binary1100011111000010101000000111010010110110100110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C2A0; }

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

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

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

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

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

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

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

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