Html Css Color HEX #C04142 Mahogany

📋 copy color: '#C04142'

red 192 ◦ green 65 ◦ blue 66

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

Shades of Mahogany #C04142

Tints of Mahogany #C04142

RGB

 RED value IS 192 (75.39% from 255) = 59.44%

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

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

R = 59.44%
G = 20.12%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C04142 (or 0xC04142) is known color: Mahogany. HEX triplet: C0, 41 and 42. RGB value is (192,65,66). Sum of RGB (Red+Green+Blue) = 192+65+66=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C04142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04142 is #3FBEBD. Grayscale: #676767. Windows color (decimal): -4177598 or 4342208. OLE color: 4342208.

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

Color convert

RGB 192 65 66 -
CMYK 0 0.66 0.66 0.25
HSL 359.53º 0.5% 0.5% -
HSV(B) 359.53º 0.66% 0.75% -
XYZ 24.61 15.38 6.83 -
YUV 103.09 107.08 191.42 -
System Red Green Blue C M Y K H S L
Decimal 192 65 66 0 0.66 0.66 0.25 359.53 0.5 0.5
Hex C0 41 42 0 42 42 19 168 32 32
Octal 300 101 102 0 102 102 31 550 62 62
Binary 11000000 1000001 1000010 0 1000010 1000010 11001 101101000 110010 110010

Color Harmonies of #C04142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04142

Black with #C04142

Text Example


Text Example

White with #C04142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04142; }

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

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

background-color css

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

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

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

border-color css

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

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

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