#C2BFAA

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

Shades of Ash #C2BFAA

Tints of Ash #C2BFAA

Color information

#C2BFAA (or 0xC2BFAA) is unknown color: approx Ash. HEX triplet: C2, BF and AA. RGB value is (194,191,170). Sum of RGB (Red+Green+Blue) = 194+191+170=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BFAA is #3D4055. Grayscale: #BDBDBD. Windows color (decimal): -4014166 or 11190210. OLE color: 11190210.

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

Color convert

RGB194191170-
CMYK00.020.120.24
HSL52.5º16.44%71.37%-
HSV(B)52.5º12.37%76.08%-
XYZ48.1351.6345.46-
YUV189.5116.99131.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 191 (75% from 255) = 34.41%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=34.95%
G=34.41%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419117000.020.120.2452.516.4471.37
HexC2BFAA02C18341047
Octal3022772520214306420107
Binary110000101011111110101010010110011000110100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFAA; }

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

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

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

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

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

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

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

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