#C2BCA0

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

Shades of Ash #C2BCA0

Tints of Ash #C2BCA0

Color information

#C2BCA0 (or 0xC2BCA0) is unknown color: approx Ash. HEX triplet: C2, BC and A0. RGB value is (194,188,160). Sum of RGB (Red+Green+Blue) = 194+188+160=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BCA0 is #3D435F. Grayscale: #BABABA. Windows color (decimal): -4014944 or 10534082. OLE color: 10534082.

HSL color Cylindrical-coordinate representation of color #C2BCA0: hue angle of 49.41º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2BCA0 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB194188160-
CMYK00.030.180.24
HSL49.41º21.79%69.41%-
HSV(B)49.41º17.53%76.08%-
XYZ46.5849.9740.45-
YUV186.6112.99133.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.79%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 160 (62.89% from 255) = 29.52%
R=35.79%
G=34.69%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418816000.030.180.2449.4121.7969.41
HexC2BCA0031218311645
Octal3022742400322306126105
Binary1100001010111100101000000111001011000110001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCA0; }

 p { color: rgb(194,188,160); }

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

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

 a { background-color: rgb(194,188,160); }

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

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

 span { border-color: rgb(194,188,160); }

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