#C26036

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

Shades of Ecstasy #C26036

Tints of Ecstasy #C26036

Color information

#C26036 (or 0xC26036) is unknown color: approx Ecstasy. HEX triplet: C2, 60 and 36. RGB value is (194,96,54). Sum of RGB (Red+Green+Blue) = 194+96+54=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C26036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26036 is #3D9FC9. Grayscale: #787878. Windows color (decimal): -4038602 or 3563714. OLE color: 3563714.

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

Color convert

RGB1949654-
CMYK00.510.720.24
HSL18º56.45%48.63%-
HSV(B)18º72.16%76.08%-
XYZ27.120.15.94-
YUV120.5190.47180.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.40%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 54 (21.48% from 255) = 15.70%
R=56.40%
G=27.91%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194965400.510.720.241856.4548.63
HexC260360334818123831
Octal3021406606311030227061
Binary110000101100000110110011001110010001100010010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26036; }

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

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

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

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

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

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

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

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