#C5BEA9

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

Shades of Ash #C5BEA9

Tints of Ash #C5BEA9

Color information

#C5BEA9 (or 0xC5BEA9) is unknown color: approx Ash. HEX triplet: C5, BE and A9. RGB value is (197,190,169). Sum of RGB (Red+Green+Blue) = 197+190+169=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEA9 is #3A4156. Grayscale: #BDBDBD. Windows color (decimal): -3817815 or 11124421. OLE color: 11124421.

HSL color Cylindrical-coordinate representation of color #C5BEA9: hue angle of 45º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5BEA9 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB197190169-
CMYK00.040.140.23
HSL45º19.44%71.76%-
HSV(B)45º14.21%77.25%-
XYZ48.651.5644.93-
YUV189.7116.32133.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.43%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 169 (66.41% from 255) = 30.40%
R=35.43%
G=34.17%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719016900.040.140.234519.4471.76
HexC5BEA904E172d1348
Octal3052762510416275523110
Binary1100010110111110101010010100111010111101101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEA9; }

 p { color: rgb(197,190,169); }

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

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

 a { background-color: rgb(197,190,169); }

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

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

 span { border-color: rgb(197,190,169); }

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