#C26742

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

Shades of Ecstasy #C26742

Tints of Ecstasy #C26742

Color information

#C26742 (or 0xC26742) is unknown color: approx Ecstasy. HEX triplet: C2, 67 and 42. RGB value is (194,103,66). Sum of RGB (Red+Green+Blue) = 194+103+66=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C26742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26742 is #3D98BD. Grayscale: #7E7E7E. Windows color (decimal): -4036798 or 4351938. OLE color: 4351938.

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

Color convert

RGB19410366-
CMYK00.470.660.24
HSL17.34º51.2%50.98%-
HSV(B)17.34º65.98%76.08%-
XYZ28.0821.567.84-
YUV125.9994.15176.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.44%
GREEN value IS 103 (40.62% from 255) = 28.37%
BLUE value IS 66 (26.17% from 255) = 18.18%
R=53.44%
G=28.37%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941036600.470.660.2417.3451.250.98
HexC2674202F4218113333
Octal30214710205710230216363
Binary1100001011001111000010010111110000101100010001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26742; }

 p { color: rgb(194,103,66); }

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

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

 a { background-color: rgb(194,103,66); }

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

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

 span { border-color: rgb(194,103,66); }

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