#C3BCA4

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

Shades of Ash #C3BCA4

Tints of Ash #C3BCA4

Color information

#C3BCA4 (or 0xC3BCA4) is unknown color: approx Ash. HEX triplet: C3, BC and A4. RGB value is (195,188,164). Sum of RGB (Red+Green+Blue) = 195+188+164=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCA4 is #3C435B. Grayscale: #BBBBBB. Windows color (decimal): -3949404 or 10796227. OLE color: 10796227.

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

Color convert

RGB195188164-
CMYK00.040.160.24
HSL46.45º20.53%70.39%-
HSV(B)46.45º15.9%76.47%-
XYZ47.1950.2542.33-
YUV187.36114.82133.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.65%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 164 (64.45% from 255) = 29.98%
R=35.65%
G=34.37%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518816400.040.160.2446.4520.5370.39
HexC3BCA40410182e1546
Octal3032742440420305625106
Binary11000011101111001010010001001000011000101110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCA4; }

 p { color: rgb(195,188,164); }

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

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

 a { background-color: rgb(195,188,164); }

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

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

 span { border-color: rgb(195,188,164); }

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