Html Css Color HEX #C14244 Mahogany

📋 copy color: '#C14244'

red 193 ◦ green 66 ◦ blue 68

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

Shades of Mahogany #C14244

Tints of Mahogany #C14244

RGB

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

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

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

R = 59.02%
G = 20.18%
B = 20.8%

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

#C14244 (or 0xC14244) is known color: Mahogany. HEX triplet: C1, 42 and 44. RGB value is (193,66,68). Sum of RGB (Red+Green+Blue) = 193+66+68=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C14244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14244 is #3EBDBB. Grayscale: #686868. Windows color (decimal): -4111804 or 4473537. OLE color: 4473537.

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

Color convert

RGB 193 66 68 -
CMYK 0 0.66 0.65 0.24
HSL 359.06º 0.51% 0.51% -
HSV(B) 359.06º 0.66% 0.76% -
XYZ 24.98 15.65 7.17 -
YUV 104.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 193 66 68 0 0.66 0.65 0.24 359.06 0.51 0.51
Hex C1 42 44 0 42 41 18 167 33 33
Octal 301 102 104 0 102 101 30 547 63 63
Binary 11000001 1000010 1000100 0 1000010 1000001 11000 101100111 110011 110011

Color Harmonies of #C14244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14244

Black with #C14244

Text Example


Text Example

White with #C14244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14244; }

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

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

background-color css

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

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

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

border-color css

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

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

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