Html Css Color HEX #C04143 Mahogany

📋 copy color: '#C04143'

red 192 ◦ green 65 ◦ blue 67

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

Shades of Mahogany #C04143

Tints of Mahogany #C04143

RGB

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

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

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

R = 59.26%
G = 20.06%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C04143 (or 0xC04143) is known color: Mahogany. HEX triplet: C0, 41 and 43. RGB value is (192,65,67). Sum of RGB (Red+Green+Blue) = 192+65+67=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C04143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04143 is #3FBEBC. Grayscale: #676767. Windows color (decimal): -4177597 or 4407744. OLE color: 4407744.

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

Color convert

RGB 192 65 67 -
CMYK 0 0.66 0.65 0.25
HSL 359.06º 0.5% 0.5% -
HSV(B) 359.06º 0.66% 0.75% -
XYZ 24.64 15.39 6.98 -
YUV 103.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 192 65 67 0 0.66 0.65 0.25 359.06 0.5 0.5
Hex C0 41 43 0 42 41 19 167 32 32
Octal 300 101 103 0 102 101 31 547 62 62
Binary 11000000 1000001 1000011 0 1000010 1000001 11001 101100111 110010 110010

Color Harmonies of #C04143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04143

Black with #C04143

Text Example


Text Example

White with #C04143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04143; }

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

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

background-color css

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

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

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

border-color css

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

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

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