#C1BEA2

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

Shades of Ash #C1BEA2

Tints of Ash #C1BEA2

Color information

#C1BEA2 (or 0xC1BEA2) is unknown color: approx Ash. HEX triplet: C1, BE and A2. RGB value is (193,190,162). Sum of RGB (Red+Green+Blue) = 193+190+162=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BEA2 is #3E415D. Grayscale: #BBBBBB. Windows color (decimal): -4079966 or 10665665. OLE color: 10665665.

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

Color convert

RGB193190162-
CMYK00.020.160.24
HSL54.19º20%69.61%-
HSV(B)54.19º16.06%75.69%-
XYZ46.9350.7741.51-
YUV187.7113.49131.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.41%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 162 (63.67% from 255) = 29.72%
R=35.41%
G=34.86%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319016200.020.160.2454.192069.61
HexC1BEA2021018361446
Octal3012762420220306624106
Binary1100000110111110101000100101000011000110110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEA2; }

 p { color: rgb(193,190,162); }

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

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

 a { background-color: rgb(193,190,162); }

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

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

 span { border-color: rgb(193,190,162); }

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