Html Css Color HEX #C2393E Mahogany

📋 copy color: '#C2393E'

red 194 ◦ green 57 ◦ blue 62

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

Shades of Mahogany #C2393E

Tints of Mahogany #C2393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.21%

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 61.98%
G = 18.21%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2393E (or 0xC2393E) is known color: Mahogany. HEX triplet: C2, 39 and 3E. RGB value is (194,57,62). Sum of RGB (Red+Green+Blue) = 194+57+62=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C2393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2393E is #3DC6C1. Grayscale: #626262. Windows color (decimal): -4048578 or 4078018. OLE color: 4078018.

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

Color convert

RGB 194 57 62 -
CMYK 0 0.71 0.68 0.24
HSL 357.81º 0.55% 0.49% -
HSV(B) 357.81º 0.71% 0.76% -
XYZ 24.58 14.74 6.11 -
YUV 98.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 194 57 62 0 0.71 0.68 0.24 357.81 0.55 0.49
Hex C2 39 3E 0 47 44 18 166 37 31
Octal 302 71 76 0 107 104 30 546 67 61
Binary 11000010 111001 111110 0 1000111 1000100 11000 101100110 110111 110001

Color Harmonies of #C2393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2393E

Black with #C2393E

Text Example


Text Example

White with #C2393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2393E; }

 p { color: rgb(194,57,62); }

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

background-color css

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

 a { background-color: rgb(194,57,62); }

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

border-color css

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

 span { border-color: rgb(194,57,62); }

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