#C26236

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

Shades of Ecstasy #C26236

Tints of Ecstasy #C26236

Color information

#C26236 (or 0xC26236) is unknown color: approx Ecstasy. HEX triplet: C2, 62 and 36. RGB value is (194,98,54). Sum of RGB (Red+Green+Blue) = 194+98+54=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C26236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26236 is #3D9DC9. Grayscale: #797979. Windows color (decimal): -4038090 or 3564226. OLE color: 3564226.

HSL color Cylindrical-coordinate representation of color #C26236: hue angle of 18.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C26236 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB1949854-
CMYK00.490.720.24
HSL18.86º56.45%48.63%-
HSV(B)18.86º72.16%76.08%-
XYZ27.2820.476-
YUV121.6989.8179.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.07%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 54 (21.48% from 255) = 15.61%
R=56.07%
G=28.32%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194985400.490.720.2418.8656.4548.63
HexC262360314818133831
Octal3021426606111030237061
Binary110000101100010110110011000110010001100010011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26236; }

 p { color: rgb(194,98,54); }

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

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

 a { background-color: rgb(194,98,54); }

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

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

 span { border-color: rgb(194,98,54); }

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