Html Css Color HEX #C2373C Mahogany

📋 copy color: '#C2373C'

red 194 ◦ green 55 ◦ blue 60

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

Shades of Mahogany #C2373C

Tints of Mahogany #C2373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.42%

R = 62.78%
G = 17.8%
B = 19.42%

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

#C2373C (or 0xC2373C) is known color: Mahogany. HEX triplet: C2, 37 and 3C. RGB value is (194,55,60). Sum of RGB (Red+Green+Blue) = 194+55+60=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2373C is #3DC8C3. Grayscale: #616161. Windows color (decimal): -4049092 or 3946434. OLE color: 3946434.

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

Color convert

RGB 194 55 60 -
CMYK 0 0.72 0.69 0.24
HSL 357.84º 0.56% 0.49% -
HSV(B) 357.84º 0.72% 0.76% -
XYZ 24.43 14.53 5.79 -
YUV 97.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 194 55 60 0 0.72 0.69 0.24 357.84 0.56 0.49
Hex C2 37 3C 0 48 45 18 166 38 31
Octal 302 67 74 0 110 105 30 546 70 61
Binary 11000010 110111 111100 0 1001000 1000101 11000 101100110 111000 110001

Color Harmonies of #C2373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2373C

Black with #C2373C

Text Example


Text Example

White with #C2373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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