Html Css Color HEX #C14042 Mahogany

📋 copy color: '#C14042'

red 193 ◦ green 64 ◦ blue 66

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

Shades of Mahogany #C14042

Tints of Mahogany #C14042

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

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

R = 59.75%
G = 19.81%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C14042 (or 0xC14042) is known color: Mahogany. HEX triplet: C1, 40 and 42. RGB value is (193,64,66). Sum of RGB (Red+Green+Blue) = 193+64+66=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C14042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14042 is #3EBFBD. Grayscale: #666666. Windows color (decimal): -4112318 or 4341953. OLE color: 4341953.

HSL color Cylindrical-coordinate representation of color #C14042: hue angle of 359.07º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14042 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 64 66 -
CMYK 0 0.67 0.66 0.24
HSL 359.07º 0.51% 0.5% -
HSV(B) 359.07º 0.67% 0.76% -
XYZ 24.81 15.4 6.82 -
YUV 102.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 193 64 66 0 0.67 0.66 0.24 359.07 0.51 0.5
Hex C1 40 42 0 43 42 18 167 33 32
Octal 301 100 102 0 103 102 30 547 63 62
Binary 11000001 1000000 1000010 0 1000011 1000010 11000 101100111 110011 110010

Color Harmonies of #C14042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14042

Black with #C14042

Text Example


Text Example

White with #C14042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14042; }

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

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

background-color css

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

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

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

border-color css

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

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

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