#C2BE9E

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

Shades of Ash #C2BE9E

Tints of Ash #C2BE9E

Color information

#C2BE9E (or 0xC2BE9E) is unknown color: approx Ash. HEX triplet: C2, BE and 9E. RGB value is (194,190,158). Sum of RGB (Red+Green+Blue) = 194+190+158=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE9E is #3D4161. Grayscale: #BBBBBB. Windows color (decimal): -4014434 or 10403522. OLE color: 10403522.

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

Color convert

RGB194190158-
CMYK00.020.190.24
HSL53.33º22.78%69.02%-
HSV(B)53.33º18.56%76.08%-
XYZ46.8350.7639.68-
YUV187.55111.33132.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.79%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 158 (62.11% from 255) = 29.15%
R=35.79%
G=35.06%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419015800.020.190.2453.3322.7869.02
HexC2BE9E021318351745
Octal3022762360223306527105
Binary1100001010111110100111100101001111000110101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE9E; }

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

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

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

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

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

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

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

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