#C4BEA9

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

Shades of Ash #C4BEA9

Tints of Ash #C4BEA9

Color information

#C4BEA9 (or 0xC4BEA9) is unknown color: approx Ash. HEX triplet: C4, BE and A9. RGB value is (196,190,169). Sum of RGB (Red+Green+Blue) = 196+190+169=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BEA9 is #3B4156. Grayscale: #BDBDBD. Windows color (decimal): -3883351 or 11124420. OLE color: 11124420.

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

Color convert

RGB196190169-
CMYK00.030.140.23
HSL46.67º18.62%71.57%-
HSV(B)46.67º13.78%76.86%-
XYZ48.3451.4344.91-
YUV189.4116.49132.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.32%
GREEN value IS 190 (74.61% from 255) = 34.23%
BLUE value IS 169 (66.41% from 255) = 30.45%
R=35.32%
G=34.23%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619016900.030.140.2346.6718.6271.57
HexC4BEA903E172f1348
Octal3042762510316275723110
Binary110001001011111010101001011111010111101111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEA9; }

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

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

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

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

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

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

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

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