Html Css Color HEX #C14344 Mahogany

📋 copy color: '#C14344'

red 193 ◦ green 67 ◦ blue 68

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

Shades of Mahogany #C14344

Tints of Mahogany #C14344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.43%

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

R = 58.84%
G = 20.43%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C14344 (or 0xC14344) is known color: Mahogany. HEX triplet: C1, 43 and 44. RGB value is (193,67,68). Sum of RGB (Red+Green+Blue) = 193+67+68=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C14344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14344 is #3EBCBB. Grayscale: #686868. Windows color (decimal): -4111548 or 4473793. OLE color: 4473793.

HSL color Cylindrical-coordinate representation of color #C14344: hue angle of 359.52º 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 #C14344 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 67 68 -
CMYK 0 0.65 0.65 0.24
HSL 359.52º 0.5% 0.51% -
HSV(B) 359.52º 0.65% 0.76% -
XYZ 25.04 15.77 7.19 -
YUV 104.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 193 67 68 0 0.65 0.65 0.24 359.52 0.5 0.51
Hex C1 43 44 0 41 41 18 168 32 33
Octal 301 103 104 0 101 101 30 550 62 63
Binary 11000001 1000011 1000100 0 1000001 1000001 11000 101101000 110010 110011

Color Harmonies of #C14344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14344

Black with #C14344

Text Example


Text Example

White with #C14344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14344; }

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

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

background-color css

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

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

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

border-color css

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

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

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