#C1BCAA

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

Shades of Ash #C1BCAA

Tints of Ash #C1BCAA

Color information

#C1BCAA (or 0xC1BCAA) is unknown color: approx Ash. HEX triplet: C1, BC and AA. RGB value is (193,188,170). Sum of RGB (Red+Green+Blue) = 193+188+170=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BCAA is #3E4355. Grayscale: #BBBBBB. Windows color (decimal): -4080470 or 11189441. OLE color: 11189441.

HSL color Cylindrical-coordinate representation of color #C1BCAA: hue angle of 46.96º 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 #C1BCAA is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB193188170-
CMYK00.030.120.24
HSL46.96º15.65%71.18%-
HSV(B)46.96º11.92%75.69%-
XYZ47.2350.2145.23-
YUV187.44118.16131.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.03%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=35.03%
G=34.12%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318817000.030.120.2446.9615.6571.18
HexC1BCAA03C182f1047
Octal3012742520314305720107
Binary110000011011110010101010011110011000101111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCAA; }

 p { color: rgb(193,188,170); }

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

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

 a { background-color: rgb(193,188,170); }

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

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

 span { border-color: rgb(193,188,170); }

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