#C5BFA9

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

Shades of Ash #C5BFA9

Tints of Ash #C5BFA9

Color information

#C5BFA9 (or 0xC5BFA9) is unknown color: approx Ash. HEX triplet: C5, BF and A9. RGB value is (197,191,169). Sum of RGB (Red+Green+Blue) = 197+191+169=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFA9 is #3A4056. Grayscale: #BEBEBE. Windows color (decimal): -3817559 or 11124677. OLE color: 11124677.

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

Color convert

RGB197191169-
CMYK00.030.140.23
HSL47.14º19.44%71.76%-
HSV(B)47.14º14.21%77.25%-
XYZ48.825245-
YUV190.29115.99132.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.37%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 169 (66.41% from 255) = 30.34%
R=35.37%
G=34.29%
B=30.34%

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
Decimal19719116900.030.140.2347.1419.4471.76
HexC5BFA903E172f1348
Octal3052772510316275723110
Binary110001011011111110101001011111010111101111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFA9; }

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

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

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

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

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

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

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

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