#C1BEAC

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

Shades of Ash #C1BEAC

Tints of Ash #C1BEAC

Color information

#C1BEAC (or 0xC1BEAC) is unknown color: approx Ash. HEX triplet: C1, BE and AC. RGB value is (193,190,172). Sum of RGB (Red+Green+Blue) = 193+190+172=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BEAC is #3E4153. Grayscale: #BCBCBC. Windows color (decimal): -4079956 or 11321025. OLE color: 11321025.

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

Color convert

RGB193190172-
CMYK00.020.110.24
HSL51.43º14.48%71.57%-
HSV(B)51.43º10.88%75.69%-
XYZ47.8551.1446.38-
YUV188.84118.49130.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.77%
GREEN value IS 190 (74.61% from 255) = 34.23%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=34.77%
G=34.23%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319017200.020.110.2451.4314.4871.57
HexC1BEAC02B1833e48
Octal3012762540213306316110
Binary11000001101111101010110001010111100011001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEAC; }

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

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

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

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

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

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

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

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