#C2BFA9

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

Shades of Ash #C2BFA9

Tints of Ash #C2BFA9

Color information

#C2BFA9 (or 0xC2BFA9) is unknown color: approx Ash. HEX triplet: C2, BF and A9. RGB value is (194,191,169). Sum of RGB (Red+Green+Blue) = 194+191+169=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BFA9 is #3D4056. Grayscale: #BDBDBD. Windows color (decimal): -4014167 or 11124674. OLE color: 11124674.

HSL color Cylindrical-coordinate representation of color #C2BFA9: hue angle of 52.8º degrees, saturation: 0.17, 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 #C2BFA9 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB194191169-
CMYK00.020.130.24
HSL52.8º17.01%71.18%-
HSV(B)52.8º12.89%76.08%-
XYZ48.0451.644.96-
YUV189.39116.49131.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.02%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 169 (66.41% from 255) = 30.51%
R=35.02%
G=34.48%
B=30.51%

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
Decimal19419116900.020.130.2452.817.0171.18
HexC2BFA902D18351147
Octal3022772510215306521107
Binary110000101011111110101001010110111000110101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFA9; }

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

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

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

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

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

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

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

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