#C45A32

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

Shades of Ecstasy #C45A32

Tints of Ecstasy #C45A32

Color information

#C45A32 (or 0xC45A32) is unknown color: approx Ecstasy. HEX triplet: C4, 5A and 32. RGB value is (196,90,50). Sum of RGB (Red+Green+Blue) = 196+90+50=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A32 is #3BA5CD. Grayscale: #757575. Windows color (decimal): -3909070 or 3300036. OLE color: 3300036.

HSL color Cylindrical-coordinate representation of color #C45A32: hue angle of 16.44º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C45A32 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB1969050-
CMYK00.540.740.23
HSL16.44º59.35%48.24%-
HSV(B)16.44º74.49%76.86%-
XYZ2719.285.32-
YUV117.1390.12184.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.33%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 50 (19.92% from 255) = 14.88%
R=58.33%
G=26.79%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196905000.540.740.2316.4459.3548.24
HexC45A320364A17103b30
Octal3041326206611227207360
Binary110001001011010110010011011010010101011110000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45A32; }

 p { color: rgb(196,90,50); }

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

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

 a { background-color: rgb(196,90,50); }

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

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

 span { border-color: rgb(196,90,50); }

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