#C2BEA0

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

Shades of Ash #C2BEA0

Tints of Ash #C2BEA0

Color information

#C2BEA0 (or 0xC2BEA0) is unknown color: approx Ash. HEX triplet: C2, BE and A0. RGB value is (194,190,160). Sum of RGB (Red+Green+Blue) = 194+190+160=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEA0 is #3D415F. Grayscale: #BBBBBB. Windows color (decimal): -4014432 or 10534594. OLE color: 10534594.

HSL color Cylindrical-coordinate representation of color #C2BEA0: hue angle of 52.94º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2BEA0 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB194190160-
CMYK00.020.180.24
HSL52.94º21.79%69.41%-
HSV(B)52.94º17.53%76.08%-
XYZ47.0150.8340.59-
YUV187.78112.33132.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.66%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 160 (62.89% from 255) = 29.41%
R=35.66%
G=34.93%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419016000.020.180.2452.9421.7969.41
HexC2BEA0021218351645
Octal3022762400222306526105
Binary1100001010111110101000000101001011000110101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BEA0; }

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

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

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

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

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

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

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

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