Html Css Color HEX #C45A3A Ecstasy

📋 copy color: '#C45A3A'

red 196 ◦ green 90 ◦ blue 58

#C45A3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecstasy #C45A3A

Tints of Ecstasy #C45A3A

RGB

 RED value IS 196 (76.95% from 255) = 56.98%

 GREEN value IS 90 (35.55% from 255) = 26.16%

 BLUE value IS 58 (23.05% from 255) = 16.86%

R = 56.98%
G = 26.16%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C45A3A (or 0xC45A3A) is known color: Ecstasy. HEX triplet: C4, 5A and 3A. RGB value is (196,90,58). Sum of RGB (Red+Green+Blue) = 196+90+58=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A3A is #3BA5C5. Grayscale: #767676. Windows color (decimal): -3909062 or 3824324. OLE color: 3824324.

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

Color convert

RGB 196 90 58 -
CMYK 0 0.54 0.70 0.23
HSL 13.91º 0.54% 0.5% -
HSV(B) 13.91º 0.7% 0.77% -
XYZ 27.18 19.35 6.31 -
YUV 118.05 94.12 183.6 -
System Red Green Blue C M Y K H S L
Decimal 196 90 58 0 0.54 0.70 0.23 13.91 0.54 0.5
Hex C4 5A 3A 0 36 46 17 E 36 32
Octal 304 132 72 0 66 106 27 16 66 62
Binary 11000100 1011010 111010 0 110110 1000110 10111 1110 110110 110010

Color Harmonies of #C45A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45A3A

Black with #C45A3A

Text Example


Text Example

White with #C45A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45A3A; }

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

 H1.HeaderClassName
 {
   color: #C45A3A;
 }
 .AnyTagClassName
 {
   color: #C45A3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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