#C4BEA8

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

Shades of Ash #C4BEA8

Tints of Ash #C4BEA8

Color information

#C4BEA8 (or 0xC4BEA8) is unknown color: approx Ash. HEX triplet: C4, BE and A8. RGB value is (196,190,168). Sum of RGB (Red+Green+Blue) = 196+190+168=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BEA8 is #3B4157. Grayscale: #BDBDBD. Windows color (decimal): -3883352 or 11058884. OLE color: 11058884.

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

Color convert

RGB196190168-
CMYK00.030.140.23
HSL47.14º19.18%71.37%-
HSV(B)47.14º14.29%76.86%-
XYZ48.2551.3944.42-
YUV189.29115.99132.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.38%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 168 (66.02% from 255) = 30.32%
R=35.38%
G=34.30%
B=30.32%

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
Decimal19619016800.030.140.2347.1419.1871.37
HexC4BEA803E172f1347
Octal3042762500316275723107
Binary110001001011111010101000011111010111101111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEA8; }

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

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

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

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

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

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

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

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