#C2BCA6

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

Shades of Ash #C2BCA6

Tints of Ash #C2BCA6

Color information

#C2BCA6 (or 0xC2BCA6) is unknown color: approx Ash. HEX triplet: C2, BC and A6. RGB value is (194,188,166). Sum of RGB (Red+Green+Blue) = 194+188+166=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BCA6 is #3D4359. Grayscale: #BBBBBB. Windows color (decimal): -4014938 or 10927298. OLE color: 10927298.

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

Color convert

RGB194188166-
CMYK00.030.140.24
HSL47.14º18.67%70.59%-
HSV(B)47.14º14.43%76.08%-
XYZ47.1150.1943.28-
YUV187.29115.99132.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.40%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 166 (65.23% from 255) = 30.29%
R=35.40%
G=34.31%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418816600.030.140.2447.1418.6770.59
HexC2BCA603E182f1347
Octal3022742460316305723107
Binary110000101011110010100110011111011000101111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCA6; }

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

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

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

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

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

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

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

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