Html Css Color HEX #C3393D Mahogany

📋 copy color: '#C3393D'

red 195 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #C3393D

Tints of Mahogany #C3393D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 62.3%
G = 18.21%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3393D (or 0xC3393D) is known color: Mahogany. HEX triplet: C3, 39 and 3D. RGB value is (195,57,61). Sum of RGB (Red+Green+Blue) = 195+57+61=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C3393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3393D is #3CC6C2. Grayscale: #626262. Windows color (decimal): -3983043 or 4012483. OLE color: 4012483.

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

Color convert

RGB 195 57 61 -
CMYK 0 0.71 0.69 0.24
HSL 358.26º 0.55% 0.49% -
HSV(B) 358.26º 0.71% 0.76% -
XYZ 24.81 14.87 5.98 -
YUV 98.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 195 57 61 0 0.71 0.69 0.24 358.26 0.55 0.49
Hex C3 39 3D 0 47 45 18 166 37 31
Octal 303 71 75 0 107 105 30 546 67 61
Binary 11000011 111001 111101 0 1000111 1000101 11000 101100110 110111 110001

Color Harmonies of #C3393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3393D

Black with #C3393D

Text Example


Text Example

White with #C3393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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