Html Css Color HEX #C14446 Mahogany

📋 copy color: '#C14446'

red 193 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #C14446

Tints of Mahogany #C14446

RGB

 RED value IS 193 (75.78% from 255) = 58.31%

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

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

R = 58.31%
G = 20.54%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C14446 (or 0xC14446) is known color: Mahogany. HEX triplet: C1, 44 and 46. RGB value is (193,68,70). Sum of RGB (Red+Green+Blue) = 193+68+70=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C14446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14446 is #3EBBB9. Grayscale: #696969. Windows color (decimal): -4111290 or 4605121. OLE color: 4605121.

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

Color convert

RGB 193 68 70 -
CMYK 0 0.65 0.64 0.24
HSL 359.04º 0.5% 0.51% -
HSV(B) 359.04º 0.65% 0.76% -
XYZ 25.16 15.91 7.54 -
YUV 105.6 107.91 190.34 -
System Red Green Blue C M Y K H S L
Decimal 193 68 70 0 0.65 0.64 0.24 359.04 0.5 0.51
Hex C1 44 46 0 41 40 18 167 32 33
Octal 301 104 106 0 101 100 30 547 62 63
Binary 11000001 1000100 1000110 0 1000001 1000000 11000 101100111 110010 110011

Color Harmonies of #C14446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14446

Black with #C14446

Text Example


Text Example

White with #C14446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14446; }

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

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

background-color css

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

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

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

border-color css

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

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

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