Html Css Color HEX #C0393E Mahogany

📋 copy color: '#C0393E'

red 192 ◦ green 57 ◦ blue 62

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

Shades of Mahogany #C0393E

Tints of Mahogany #C0393E

RGB

 RED value IS 192 (75.39% from 255) = 61.74%

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

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

R = 61.74%
G = 18.33%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0393E (or 0xC0393E) is known color: Mahogany. HEX triplet: C0, 39 and 3E. RGB value is (192,57,62). Sum of RGB (Red+Green+Blue) = 192+57+62=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C0393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0393E is #3FC6C1. Grayscale: #626262. Windows color (decimal): -4179650 or 4078016. OLE color: 4078016.

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

Color convert

RGB 192 57 62 -
CMYK 0 0.70 0.68 0.25
HSL 357.78º 0.54% 0.49% -
HSV(B) 357.78º 0.7% 0.75% -
XYZ 24.07 14.48 6.08 -
YUV 97.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 192 57 62 0 0.70 0.68 0.25 357.78 0.54 0.49
Hex C0 39 3E 0 46 44 19 166 36 31
Octal 300 71 76 0 106 104 31 546 66 61
Binary 11000000 111001 111110 0 1000110 1000100 11001 101100110 110110 110001

Color Harmonies of #C0393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0393E

Black with #C0393E

Text Example


Text Example

White with #C0393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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