Html Css Color HEX #C2393D Mahogany

📋 copy color: '#C2393D'

red 194 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #C2393D

Tints of Mahogany #C2393D

RGB

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

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

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

R = 62.18%
G = 18.27%
B = 19.55%

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

#C2393D (or 0xC2393D) is known color: Mahogany. HEX triplet: C2, 39 and 3D. RGB value is (194,57,61). Sum of RGB (Red+Green+Blue) = 194+57+61=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C2393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2393D is #3DC6C2. Grayscale: #626262. Windows color (decimal): -4048579 or 4012482. OLE color: 4012482.

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

Color convert

RGB 194 57 61 -
CMYK 0 0.71 0.69 0.24
HSL 358.25º 0.55% 0.49% -
HSV(B) 358.25º 0.71% 0.76% -
XYZ 24.55 14.73 5.96 -
YUV 98.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 194 57 61 0 0.71 0.69 0.24 358.25 0.55 0.49
Hex C2 39 3D 0 47 45 18 166 37 31
Octal 302 71 75 0 107 105 30 546 67 61
Binary 11000010 111001 111101 0 1000111 1000101 11000 101100110 110111 110001

Color Harmonies of #C2393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2393D

Black with #C2393D

Text Example


Text Example

White with #C2393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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