Html Css Color HEX #C14142 Mahogany

📋 copy color: '#C14142'

red 193 ◦ green 65 ◦ blue 66

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

Shades of Mahogany #C14142

Tints of Mahogany #C14142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 59.57%
G = 20.06%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C14142 (or 0xC14142) is known color: Mahogany. HEX triplet: C1, 41 and 42. RGB value is (193,65,66). Sum of RGB (Red+Green+Blue) = 193+65+66=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C14142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14142 is #3EBEBD. Grayscale: #676767. Windows color (decimal): -4112062 or 4342209. OLE color: 4342209.

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

Color convert

RGB 193 65 66 -
CMYK 0 0.66 0.66 0.24
HSL 359.53º 0.51% 0.51% -
HSV(B) 359.53º 0.66% 0.76% -
XYZ 24.87 15.51 6.84 -
YUV 103.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 193 65 66 0 0.66 0.66 0.24 359.53 0.51 0.51
Hex C1 41 42 0 42 42 18 168 33 33
Octal 301 101 102 0 102 102 30 550 63 63
Binary 11000001 1000001 1000010 0 1000010 1000010 11000 101101000 110011 110011

Color Harmonies of #C14142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14142

Black with #C14142

Text Example


Text Example

White with #C14142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14142; }

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

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

background-color css

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

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

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

border-color css

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

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

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