Html Css Color HEX #C14547 Mahogany

📋 copy color: '#C14547'

red 193 ◦ green 69 ◦ blue 71

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

Shades of Mahogany #C14547

Tints of Mahogany #C14547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.72%

 BLUE value IS 71 (28.13% from 255) = 21.32%

R = 57.96%
G = 20.72%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C14547 (or 0xC14547) is known color: Mahogany. HEX triplet: C1, 45 and 47. RGB value is (193,69,71). Sum of RGB (Red+Green+Blue) = 193+69+71=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C14547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14547 is #3EBAB8. Grayscale: #6A6A6A. Windows color (decimal): -4111033 or 4670913. OLE color: 4670913.

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

Color convert

RGB 193 69 71 -
CMYK 0 0.64 0.63 0.24
HSL 359.03º 0.5% 0.51% -
HSV(B) 359.03º 0.64% 0.76% -
XYZ 25.26 16.05 7.73 -
YUV 106.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 193 69 71 0 0.64 0.63 0.24 359.03 0.5 0.51
Hex C1 45 47 0 40 3F 18 167 32 33
Octal 301 105 107 0 100 77 30 547 62 63
Binary 11000001 1000101 1000111 0 1000000 111111 11000 101100111 110010 110011

Color Harmonies of #C14547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14547

Black with #C14547

Text Example


Text Example

White with #C14547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14547; }

 p { color: rgb(193,69,71); }

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

background-color css

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

 a { background-color: rgb(193,69,71); }

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

border-color css

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

 span { border-color: rgb(193,69,71); }

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