#C45D3F

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

Shades of Ecstasy #C45D3F

Tints of Ecstasy #C45D3F

Color information

#C45D3F (or 0xC45D3F) is unknown color: approx Ecstasy. HEX triplet: C4, 5D and 3F. RGB value is (196,93,63). Sum of RGB (Red+Green+Blue) = 196+93+63=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45D3F is #3BA2C0. Grayscale: #787878. Windows color (decimal): -3908289 or 4152772. OLE color: 4152772.

HSL color Cylindrical-coordinate representation of color #C45D3F: hue angle of 13.53º 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 #C45D3F is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1969363-
CMYK00.530.680.23
HSL13.53º52.99%50.78%-
HSV(B)13.53º67.86%76.86%-
XYZ27.5819.927.09-
YUV120.3895.62181.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.68%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 63 (25% from 255) = 17.90%
R=55.68%
G=26.42%
B=17.90%

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
Decimal196936300.530.680.2313.5352.9950.78
HexC45D3F0354417e3533
Octal3041357706510427166563
Binary11000100101110111111101101011000100101111110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45D3F; }

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

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

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

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

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

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

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

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