#C45C3F

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

Shades of Ecstasy #C45C3F

Tints of Ecstasy #C45C3F

Color information

#C45C3F (or 0xC45C3F) is unknown color: approx Ecstasy. HEX triplet: C4, 5C and 3F. RGB value is (196,92,63). Sum of RGB (Red+Green+Blue) = 196+92+63=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45C3F is #3BA3C0. Grayscale: #787878. Windows color (decimal): -3908545 or 4152516. OLE color: 4152516.

HSL color Cylindrical-coordinate representation of color #C45C3F: hue angle of 13.08º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C45C3F is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1969263-
CMYK00.530.680.23
HSL13.08º52.99%50.78%-
HSV(B)13.08º67.86%76.86%-
XYZ27.4919.757.07-
YUV119.7995.96182.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.84%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 63 (25% from 255) = 17.95%
R=55.84%
G=26.21%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196926300.530.680.2313.0852.9950.78
HexC45C3F0354417d3533
Octal3041347706510427156563
Binary11000100101110011111101101011000100101111101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45C3F; }

 p { color: rgb(196,92,63); }

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

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

 a { background-color: rgb(196,92,63); }

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

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

 span { border-color: rgb(196,92,63); }

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