#C3BEAA

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

Shades of Ash #C3BEAA

Tints of Ash #C3BEAA

Color information

#C3BEAA (or 0xC3BEAA) is unknown color: approx Ash. HEX triplet: C3, BE and AA. RGB value is (195,190,170). Sum of RGB (Red+Green+Blue) = 195+190+170=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BEAA is #3C4155. Grayscale: #BDBDBD. Windows color (decimal): -3948886 or 11189955. OLE color: 11189955.

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

Color convert

RGB195190170-
CMYK00.030.130.24
HSL48º17.24%71.57%-
HSV(B)48º12.82%76.47%-
XYZ48.1751.3345.4-
YUV189.21117.16132.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.14%
GREEN value IS 190 (74.61% from 255) = 34.23%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=35.14%
G=34.23%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519017000.030.130.244817.2471.57
HexC3BEAA03D18301148
Octal3032762520315306021110
Binary110000111011111010101010011110111000110000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEAA; }

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

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

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

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

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

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

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

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