Html Css Color HEX #C14144 Mahogany

📋 copy color: '#C14144'

red 193 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #C14144

Tints of Mahogany #C14144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 59.2%
G = 19.94%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C14144 (or 0xC14144) is known color: Mahogany. HEX triplet: C1, 41 and 44. RGB value is (193,65,68). Sum of RGB (Red+Green+Blue) = 193+65+68=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C14144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14144 is #3EBEBB. Grayscale: #676767. Windows color (decimal): -4112060 or 4473281. OLE color: 4473281.

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

Color convert

RGB 193 65 68 -
CMYK 0 0.66 0.65 0.24
HSL 358.59º 0.51% 0.51% -
HSV(B) 358.59º 0.66% 0.76% -
XYZ 24.93 15.54 7.15 -
YUV 103.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 193 65 68 0 0.66 0.65 0.24 358.59 0.51 0.51
Hex C1 41 44 0 42 41 18 167 33 33
Octal 301 101 104 0 102 101 30 547 63 63
Binary 11000001 1000001 1000100 0 1000010 1000001 11000 101100111 110011 110011

Color Harmonies of #C14144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14144

Black with #C14144

Text Example


Text Example

White with #C14144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14144; }

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

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

background-color css

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

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

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

border-color css

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

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

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