Html Css Color HEX #C3393A Mahogany

📋 copy color: '#C3393A'

red 195 ◦ green 57 ◦ blue 58

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

Shades of Mahogany #C3393A

Tints of Mahogany #C3393A

RGB

 RED value IS 195 (76.56% from 255) = 62.9%

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

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

R = 62.9%
G = 18.39%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3393A (or 0xC3393A) is known color: Mahogany. HEX triplet: C3, 39 and 3A. RGB value is (195,57,58). Sum of RGB (Red+Green+Blue) = 195+57+58=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3393A is #3CC6C5. Grayscale: #626262. Windows color (decimal): -3983046 or 3815875. OLE color: 3815875.

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

Color convert

RGB 195 57 58 -
CMYK 0 0.71 0.70 0.24
HSL 359.57º 0.55% 0.49% -
HSV(B) 359.57º 0.71% 0.76% -
XYZ 24.73 14.83 5.56 -
YUV 98.38 105.22 196.92 -
System Red Green Blue C M Y K H S L
Decimal 195 57 58 0 0.71 0.70 0.24 359.57 0.55 0.49
Hex C3 39 3A 0 47 46 18 168 37 31
Octal 303 71 72 0 107 106 30 550 67 61
Binary 11000011 111001 111010 0 1000111 1000110 11000 101101000 110111 110001

Color Harmonies of #C3393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3393A

Black with #C3393A

Text Example


Text Example

White with #C3393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3393A; }

 p { color: rgb(195,57,58); }

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

background-color css

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

 a { background-color: rgb(195,57,58); }

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

border-color css

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

 span { border-color: rgb(195,57,58); }

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