#C1BEA3

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

Shades of Ash #C1BEA3

Tints of Ash #C1BEA3

Color information

#C1BEA3 (or 0xC1BEA3) is unknown color: approx Ash. HEX triplet: C1, BE and A3. RGB value is (193,190,163). Sum of RGB (Red+Green+Blue) = 193+190+163=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BEA3 is #3E415C. Grayscale: #BBBBBB. Windows color (decimal): -4079965 or 10731201. OLE color: 10731201.

HSL color Cylindrical-coordinate representation of color #C1BEA3: hue angle of 54º degrees, saturation: 0.19, 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 #C1BEA3 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB193190163-
CMYK00.020.160.24
HSL54º19.48%69.8%-
HSV(B)54º15.54%75.69%-
XYZ47.0250.8141.98-
YUV187.82113.99131.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.35%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 163 (64.06% from 255) = 29.85%
R=35.35%
G=34.80%
B=29.85%

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
Decimal19319016300.020.160.245419.4869.8
HexC1BEA3021018361346
Octal3012762430220306623106
Binary1100000110111110101000110101000011000110110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEA3; }

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

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

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

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

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

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

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

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