#C1BEA1

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

Shades of Ash #C1BEA1

Tints of Ash #C1BEA1

Color information

#C1BEA1 (or 0xC1BEA1) is unknown color: approx Ash. HEX triplet: C1, BE and A1. RGB value is (193,190,161). Sum of RGB (Red+Green+Blue) = 193+190+161=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BEA1 is #3E415E. Grayscale: #BBBBBB. Windows color (decimal): -4079967 or 10600129. OLE color: 10600129.

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

Color convert

RGB193190161-
CMYK00.020.170.24
HSL54.38º20.51%69.41%-
HSV(B)54.38º16.58%75.69%-
XYZ46.8450.7441.04-
YUV187.59112.99131.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 161 (63.28% from 255) = 29.60%
R=35.48%
G=34.93%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319016100.020.170.2454.3820.5169.41
HexC1BEA1021118361545
Octal3012762410221306625105
Binary1100000110111110101000010101000111000110110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEA1; }

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

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

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

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

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

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

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

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