Html Css Color HEX #C73C40 Mahogany

📋 copy color: '#C73C40'

red 199 ◦ green 60 ◦ blue 64

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

Shades of Mahogany #C73C40

Tints of Mahogany #C73C40

RGB

 RED value IS 199 (78.13% from 255) = 61.61%

 GREEN value IS 60 (23.83% from 255) = 18.58%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 61.61%
G = 18.58%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C73C40 (or 0xC73C40) is known color: Mahogany. HEX triplet: C7, 3C and 40. RGB value is (199,60,64). Sum of RGB (Red+Green+Blue) = 199+60+64=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C40 is #38C3BF. Grayscale: #666666. Windows color (decimal): -3720128 or 4209863. OLE color: 4209863.

HSL color Cylindrical-coordinate representation of color #C73C40: hue angle of 358.27º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73C40 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 60 64 -
CMYK 0 0.70 0.68 0.22
HSL 358.27º 0.55% 0.51% -
HSV(B) 358.27º 0.7% 0.78% -
XYZ 26.09 15.74 6.51 -
YUV 102.02 106.55 197.17 -
System Red Green Blue C M Y K H S L
Decimal 199 60 64 0 0.70 0.68 0.22 358.27 0.55 0.51
Hex C7 3C 40 0 46 44 16 166 37 33
Octal 307 74 100 0 106 104 26 546 67 63
Binary 11000111 111100 1000000 0 1000110 1000100 10110 101100110 110111 110011

Color Harmonies of #C73C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C40

Black with #C73C40

Text Example


Text Example

White with #C73C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C40; }

 p { color: rgb(199,60,64); }

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

background-color css

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

 a { background-color: rgb(199,60,64); }

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

border-color css

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

 span { border-color: rgb(199,60,64); }

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