Html Css Color HEX #C04446 Mahogany

📋 copy color: '#C04446'

red 192 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #C04446

Tints of Mahogany #C04446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.61%

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 58.18%
G = 20.61%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C04446 (or 0xC04446) is known color: Mahogany. HEX triplet: C0, 44 and 46. RGB value is (192,68,70). Sum of RGB (Red+Green+Blue) = 192+68+70=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C04446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04446 is #3FBBB9. Grayscale: #696969. Windows color (decimal): -4176826 or 4605120. OLE color: 4605120.

HSL color Cylindrical-coordinate representation of color #C04446: hue angle of 359.03º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04446 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 70 -
CMYK 0 0.65 0.64 0.25
HSL 359.03º 0.5% 0.51% -
HSV(B) 359.03º 0.65% 0.75% -
XYZ 24.91 15.78 7.53 -
YUV 105.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 192 68 70 0 0.65 0.64 0.25 359.03 0.5 0.51
Hex C0 44 46 0 41 40 19 167 32 33
Octal 300 104 106 0 101 100 31 547 62 63
Binary 11000000 1000100 1000110 0 1000001 1000000 11001 101100111 110010 110011

Color Harmonies of #C04446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04446

Black with #C04446

Text Example


Text Example

White with #C04446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04446; }

 p { color: rgb(192,68,70); }

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

background-color css

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

 a { background-color: rgb(192,68,70); }

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

border-color css

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

 span { border-color: rgb(192,68,70); }

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