#C3BFAA

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

Shades of Ash #C3BFAA

Tints of Ash #C3BFAA

Color information

#C3BFAA (or 0xC3BFAA) is unknown color: approx Ash. HEX triplet: C3, BF and AA. RGB value is (195,191,170). Sum of RGB (Red+Green+Blue) = 195+191+170=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BFAA is #3C4055. Grayscale: #BDBDBD. Windows color (decimal): -3948630 or 11190211. OLE color: 11190211.

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

Color convert

RGB195191170-
CMYK00.020.130.24
HSL50.4º17.24%71.57%-
HSV(B)50.4º12.82%76.47%-
XYZ48.3951.7745.47-
YUV189.8116.83131.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.07%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=35.07%
G=34.35%
B=30.58%

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
Decimal19519117000.020.130.2450.417.2471.57
HexC3BFAA02D18321148
Octal3032772520215306221110
Binary110000111011111110101010010110111000110010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFAA; }

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

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

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

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

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

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

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

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