#C2BC9E

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

Shades of Ash #C2BC9E

Tints of Ash #C2BC9E

Color information

#C2BC9E (or 0xC2BC9E) is unknown color: approx Ash. HEX triplet: C2, BC and 9E. RGB value is (194,188,158). Sum of RGB (Red+Green+Blue) = 194+188+158=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC9E is #3D4361. Grayscale: #BABABA. Windows color (decimal): -4014946 or 10403010. OLE color: 10403010.

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

Color convert

RGB194188158-
CMYK00.030.190.24
HSL50º22.78%69.02%-
HSV(B)50º18.56%76.08%-
XYZ46.449.939.53-
YUV186.37111.99133.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.93%
GREEN value IS 188 (73.83% from 255) = 34.81%
BLUE value IS 158 (62.11% from 255) = 29.26%
R=35.93%
G=34.81%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418815800.030.190.245022.7869.02
HexC2BC9E031318321745
Octal3022742360323306227105
Binary1100001010111100100111100111001111000110010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BC9E; }

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

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

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

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

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

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

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

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