Html Css Color HEX #C14346 Mahogany

📋 copy color: '#C14346'

red 193 ◦ green 67 ◦ blue 70

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

Shades of Mahogany #C14346

Tints of Mahogany #C14346

RGB

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

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

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

R = 58.48%
G = 20.3%
B = 21.21%

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

#C14346 (or 0xC14346) is known color: Mahogany. HEX triplet: C1, 43 and 46. RGB value is (193,67,70). Sum of RGB (Red+Green+Blue) = 193+67+70=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C14346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14346 is #3EBCB9. Grayscale: #696969. Windows color (decimal): -4111546 or 4604865. OLE color: 4604865.

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

Color convert

RGB 193 67 70 -
CMYK 0 0.65 0.64 0.24
HSL 358.57º 0.5% 0.51% -
HSV(B) 358.57º 0.65% 0.76% -
XYZ 25.1 15.79 7.52 -
YUV 105.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 193 67 70 0 0.65 0.64 0.24 358.57 0.5 0.51
Hex C1 43 46 0 41 40 18 167 32 33
Octal 301 103 106 0 101 100 30 547 62 63
Binary 11000001 1000011 1000110 0 1000001 1000000 11000 101100111 110010 110011

Color Harmonies of #C14346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14346

Black with #C14346

Text Example


Text Example

White with #C14346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14346; }

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

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

background-color css

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

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

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

border-color css

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

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

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