#C4BFAA

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

Shades of Ash #C4BFAA

Tints of Ash #C4BFAA

Color information

#C4BFAA (or 0xC4BFAA) is unknown color: approx Ash. HEX triplet: C4, BF and AA. RGB value is (196,191,170). Sum of RGB (Red+Green+Blue) = 196+191+170=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BFAA is #3B4055. Grayscale: #BEBEBE. Windows color (decimal): -3883094 or 11190212. OLE color: 11190212.

HSL color Cylindrical-coordinate representation of color #C4BFAA: hue angle of 48.46º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BFAA is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196191170-
CMYK00.030.130.23
HSL48.46º18.06%71.76%-
HSV(B)48.46º13.27%76.86%-
XYZ48.6551.945.48-
YUV190.1116.66132.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.19%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=35.19%
G=34.29%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619117000.030.130.2348.4618.0671.76
HexC4BFAA03D17301248
Octal3042772520315276022110
Binary110001001011111110101010011110110111110000100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFAA; }

 p { color: rgb(196,191,170); }

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

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

 a { background-color: rgb(196,191,170); }

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

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

 span { border-color: rgb(196,191,170); }

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