Html Css Color HEX #C2593A Ecstasy

📋 copy color: '#C2593A'

red 194 ◦ green 89 ◦ blue 58

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

Shades of Ecstasy #C2593A

Tints of Ecstasy #C2593A

RGB

 RED value IS 194 (76.17% from 255) = 56.89%

 GREEN value IS 89 (35.16% from 255) = 26.1%

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

R = 56.89%
G = 26.1%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2593A (or 0xC2593A) is known color: Ecstasy. HEX triplet: C2, 59 and 3A. RGB value is (194,89,58). Sum of RGB (Red+Green+Blue) = 194+89+58=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2593A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2593A is #3DA6C5. Grayscale: #757575. Windows color (decimal): -4040390 or 3824066. OLE color: 3824066.

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

Color convert

RGB 194 89 58 -
CMYK 0 0.54 0.70 0.24
HSL 13.68º 0.54% 0.49% -
HSV(B) 13.68º 0.7% 0.76% -
XYZ 26.58 18.92 6.25 -
YUV 116.86 94.79 183.02 -
System Red Green Blue C M Y K H S L
Decimal 194 89 58 0 0.54 0.70 0.24 13.68 0.54 0.49
Hex C2 59 3A 0 36 46 18 E 36 31
Octal 302 131 72 0 66 106 30 16 66 61
Binary 11000010 1011001 111010 0 110110 1000110 11000 1110 110110 110001

Color Harmonies of #C2593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2593A

Black with #C2593A

Text Example


Text Example

White with #C2593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2593A; }

 p { color: rgb(194,89,58); }

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

background-color css

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

 a { background-color: rgb(194,89,58); }

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

border-color css

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

 span { border-color: rgb(194,89,58); }

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