Html Css Color HEX #C14243 Mahogany

📋 copy color: '#C14243'

red 193 ◦ green 66 ◦ blue 67

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

Shades of Mahogany #C14243

Tints of Mahogany #C14243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.25%

 BLUE value IS 67 (26.56% from 255) = 20.55%

R = 59.2%
G = 20.25%
B = 20.55%

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

#C14243 (or 0xC14243) is known color: Mahogany. HEX triplet: C1, 42 and 43. RGB value is (193,66,67). Sum of RGB (Red+Green+Blue) = 193+66+67=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C14243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14243 is #3EBDBC. Grayscale: #686868. Windows color (decimal): -4111805 or 4408001. OLE color: 4408001.

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

Color convert

RGB 193 66 67 -
CMYK 0 0.66 0.65 0.24
HSL 359.53º 0.51% 0.51% -
HSV(B) 359.53º 0.66% 0.76% -
XYZ 24.95 15.64 7.01 -
YUV 104.09 107.08 191.42 -
System Red Green Blue C M Y K H S L
Decimal 193 66 67 0 0.66 0.65 0.24 359.53 0.51 0.51
Hex C1 42 43 0 42 41 18 168 33 33
Octal 301 102 103 0 102 101 30 550 63 63
Binary 11000001 1000010 1000011 0 1000010 1000001 11000 101101000 110011 110011

Color Harmonies of #C14243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14243

Black with #C14243

Text Example


Text Example

White with #C14243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14243; }

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

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

background-color css

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

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

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

border-color css

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

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

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