#C26038

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

Shades of Ecstasy #C26038

Tints of Ecstasy #C26038

Color information

#C26038 (or 0xC26038) is unknown color: approx Ecstasy. HEX triplet: C2, 60 and 38. RGB value is (194,96,56). Sum of RGB (Red+Green+Blue) = 194+96+56=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C26038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26038 is #3D9FC7. Grayscale: #797979. Windows color (decimal): -4038600 or 3694786. OLE color: 3694786.

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

Color convert

RGB1949656-
CMYK00.510.710.24
HSL17.39º55.2%49.02%-
HSV(B)17.39º71.13%76.08%-
XYZ27.1420.126.19-
YUV120.7491.47180.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.07%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 56 (22.27% from 255) = 16.18%
R=56.07%
G=27.75%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194965600.510.710.2417.3955.249.02
HexC260380334718113731
Octal3021407006310730216761
Binary110000101100000111000011001110001111100010001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26038; }

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

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

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

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

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

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

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

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