Html Css Color HEX #C0373B Mahogany

📋 copy color: '#C0373B'

red 192 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #C0373B

Tints of Mahogany #C0373B

RGB

 RED value IS 192 (75.39% from 255) = 62.75%

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

 BLUE value IS 59 (23.44% from 255) = 19.28%

R = 62.75%
G = 17.97%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0373B (or 0xC0373B) is known color: Mahogany. HEX triplet: C0, 37 and 3B. RGB value is (192,55,59). Sum of RGB (Red+Green+Blue) = 192+55+59=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0373B is #3FC8C4. Grayscale: #606060. Windows color (decimal): -4180165 or 3880896. OLE color: 3880896.

HSL color Cylindrical-coordinate representation of color #C0373B: hue angle of 358.25º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0373B is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 55 59 -
CMYK 0 0.71 0.69 0.25
HSL 358.25º 0.55% 0.48% -
HSV(B) 358.25º 0.71% 0.75% -
XYZ 23.89 14.25 5.63 -
YUV 96.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 192 55 59 0 0.71 0.69 0.25 358.25 0.55 0.48
Hex C0 37 3B 0 47 45 19 166 37 30
Octal 300 67 73 0 107 105 31 546 67 60
Binary 11000000 110111 111011 0 1000111 1000101 11001 101100110 110111 110000

Color Harmonies of #C0373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0373B

Black with #C0373B

Text Example


Text Example

White with #C0373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0373B; }

 p { color: rgb(192,55,59); }

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

background-color css

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

 a { background-color: rgb(192,55,59); }

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

border-color css

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

 span { border-color: rgb(192,55,59); }

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