Html Css Color HEX #C2373D Mahogany

📋 copy color: '#C2373D'

red 194 ◦ green 55 ◦ blue 61

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

Shades of Mahogany #C2373D

Tints of Mahogany #C2373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.74%

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

R = 62.58%
G = 17.74%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2373D (or 0xC2373D) is known color: Mahogany. HEX triplet: C2, 37 and 3D. RGB value is (194,55,61). Sum of RGB (Red+Green+Blue) = 194+55+61=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2373D is #3DC8C2. Grayscale: #616161. Windows color (decimal): -4049091 or 4011970. OLE color: 4011970.

HSL color Cylindrical-coordinate representation of color #C2373D: hue angle of 357.41º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2373D is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 55 61 -
CMYK 0 0.72 0.69 0.24
HSL 357.41º 0.56% 0.49% -
HSV(B) 357.41º 0.72% 0.76% -
XYZ 24.46 14.54 5.93 -
YUV 97.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 194 55 61 0 0.72 0.69 0.24 357.41 0.56 0.49
Hex C2 37 3D 0 48 45 18 165 38 31
Octal 302 67 75 0 110 105 30 545 70 61
Binary 11000010 110111 111101 0 1001000 1000101 11000 101100101 111000 110001

Color Harmonies of #C2373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2373D

Black with #C2373D

Text Example


Text Example

White with #C2373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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