#C5BFAA

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

Shades of Ash #C5BFAA

Tints of Ash #C5BFAA

Color information

#C5BFAA (or 0xC5BFAA) is unknown color: approx Ash. HEX triplet: C5, BF and AA. RGB value is (197,191,170). Sum of RGB (Red+Green+Blue) = 197+191+170=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFAA is #3A4055. Grayscale: #BEBEBE. Windows color (decimal): -3817558 or 11190213. OLE color: 11190213.

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

Color convert

RGB197191170-
CMYK00.030.140.23
HSL46.67º18.88%71.96%-
HSV(B)46.67º13.71%77.25%-
XYZ48.9152.0345.5-
YUV190.4116.49132.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.30%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=35.30%
G=34.23%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719117000.030.140.2346.6718.8871.96
HexC5BFAA03E172f1348
Octal3052772520316275723110
Binary110001011011111110101010011111010111101111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFAA; }

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

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

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

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

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

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

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

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