#C26640

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

Shades of Ecstasy #C26640

Tints of Ecstasy #C26640

Color information

#C26640 (or 0xC26640) is unknown color: approx Ecstasy. HEX triplet: C2, 66 and 40. RGB value is (194,102,64). Sum of RGB (Red+Green+Blue) = 194+102+64=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C26640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26640 is #3D99BF. Grayscale: #7D7D7D. Windows color (decimal): -4037056 or 4220610. OLE color: 4220610.

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

Color convert

RGB19410264-
CMYK00.470.670.24
HSL17.54º51.59%50.59%-
HSV(B)17.54º67.01%76.08%-
XYZ27.9221.347.5-
YUV125.1893.48177.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.89%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 64 (25.39% from 255) = 17.78%
R=53.89%
G=28.33%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941026400.470.670.2417.5451.5950.59
HexC2664002F4318123433
Octal30214610005710330226463
Binary1100001011001101000000010111110000111100010010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26640; }

 p { color: rgb(194,102,64); }

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

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

 a { background-color: rgb(194,102,64); }

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

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

 span { border-color: rgb(194,102,64); }

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