#C3BFA9

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

Shades of Ash #C3BFA9

Tints of Ash #C3BFA9

Color information

#C3BFA9 (or 0xC3BFA9) is unknown color: approx Ash. HEX triplet: C3, BF and A9. RGB value is (195,191,169). Sum of RGB (Red+Green+Blue) = 195+191+169=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BFA9 is #3C4056. Grayscale: #BDBDBD. Windows color (decimal): -3948631 or 11124675. OLE color: 11124675.

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

Color convert

RGB195191169-
CMYK00.020.130.24
HSL50.77º17.81%71.37%-
HSV(B)50.77º13.33%76.47%-
XYZ48.351.7344.98-
YUV189.69116.33131.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.14%
GREEN value IS 191 (75% from 255) = 34.41%
BLUE value IS 169 (66.41% from 255) = 30.45%
R=35.14%
G=34.41%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519116900.020.130.2450.7717.8171.37
HexC3BFA902D18331247
Octal3032772510215306322107
Binary110000111011111110101001010110111000110011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFA9; }

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

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

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

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

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

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

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

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