Html Css Color HEX #C0393B Mahogany

📋 copy color: '#C0393B'

red 192 ◦ green 57 ◦ blue 59

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

Shades of Mahogany #C0393B

Tints of Mahogany #C0393B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.16%

R = 62.34%
G = 18.51%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0393B (or 0xC0393B) is known color: Mahogany. HEX triplet: C0, 39 and 3B. RGB value is (192,57,59). Sum of RGB (Red+Green+Blue) = 192+57+59=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0393B is #3FC6C4. Grayscale: #616161. Windows color (decimal): -4179653 or 3881408. OLE color: 3881408.

HSL color Cylindrical-coordinate representation of color #C0393B: hue angle of 359.11º 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 #C0393B is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 57 59 -
CMYK 0 0.70 0.69 0.25
HSL 359.11º 0.54% 0.49% -
HSV(B) 359.11º 0.7% 0.75% -
XYZ 23.99 14.45 5.66 -
YUV 97.59 106.23 195.34 -
System Red Green Blue C M Y K H S L
Decimal 192 57 59 0 0.70 0.69 0.25 359.11 0.54 0.49
Hex C0 39 3B 0 46 45 19 167 36 31
Octal 300 71 73 0 106 105 31 547 66 61
Binary 11000000 111001 111011 0 1000110 1000101 11001 101100111 110110 110001

Color Harmonies of #C0393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0393B

Black with #C0393B

Text Example


Text Example

White with #C0393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0393B; }

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

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

background-color css

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

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

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

border-color css

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

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

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