#C2BEAA

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

Shades of Ash #C2BEAA

Tints of Ash #C2BEAA

Color information

#C2BEAA (or 0xC2BEAA) is unknown color: approx Ash. HEX triplet: C2, BE and AA. RGB value is (194,190,170). Sum of RGB (Red+Green+Blue) = 194+190+170=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEAA is #3D4155. Grayscale: #BCBCBC. Windows color (decimal): -4014422 or 11189954. OLE color: 11189954.

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

Color convert

RGB194190170-
CMYK00.020.120.24
HSL50º16.44%71.37%-
HSV(B)50º12.37%76.08%-
XYZ47.9251.245.39-
YUV188.92117.33131.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.02%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=35.02%
G=34.30%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419017000.020.120.245016.4471.37
HexC2BEAA02C18321047
Octal3022762520214306220107
Binary110000101011111010101010010110011000110010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BEAA; }

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

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

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

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

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

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

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

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