Html Css Color HEX #C2593C Ecstasy

📋 copy color: '#C2593C'

red 194 ◦ green 89 ◦ blue 60

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

Shades of Ecstasy #C2593C

Tints of Ecstasy #C2593C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 56.56%
G = 25.95%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2593C (or 0xC2593C) is known color: Ecstasy. HEX triplet: C2, 59 and 3C. RGB value is (194,89,60). Sum of RGB (Red+Green+Blue) = 194+89+60=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2593C is #3DA6C3. Grayscale: #757575. Windows color (decimal): -4040388 or 3955138. OLE color: 3955138.

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

Color convert

RGB 194 89 60 -
CMYK 0 0.54 0.69 0.24
HSL 12.99º 0.53% 0.5% -
HSV(B) 12.99º 0.69% 0.76% -
XYZ 26.64 18.94 6.53 -
YUV 117.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 194 89 60 0 0.54 0.69 0.24 12.99 0.53 0.5
Hex C2 59 3C 0 36 45 18 D 35 32
Octal 302 131 74 0 66 105 30 15 65 62
Binary 11000010 1011001 111100 0 110110 1000101 11000 1101 110101 110010

Color Harmonies of #C2593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2593C

Black with #C2593C

Text Example


Text Example

White with #C2593C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2593C; }

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

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

background-color css

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

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

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

border-color css

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

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

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