#C4BEA0

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

Shades of Ash #C4BEA0

Tints of Ash #C4BEA0

Color information

#C4BEA0 (or 0xC4BEA0) is unknown color: approx Ash. HEX triplet: C4, BE and A0. RGB value is (196,190,160). Sum of RGB (Red+Green+Blue) = 196+190+160=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BEA0 is #3B415F. Grayscale: #BCBCBC. Windows color (decimal): -3883360 or 10534596. OLE color: 10534596.

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

Color convert

RGB196190160-
CMYK00.030.180.23
HSL50º23.38%69.8%-
HSV(B)50º18.37%76.86%-
XYZ47.5251.140.62-
YUV188.37111.99133.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.90%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 160 (62.89% from 255) = 29.30%
R=35.90%
G=34.80%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619016000.030.180.235023.3869.8
HexC4BEA0031217321746
Octal3042762400322276227106
Binary1100010010111110101000000111001010111110010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEA0; }

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

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

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

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

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

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

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

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