Html Css Color HEX #C43C42 Mahogany

📋 copy color: '#C43C42'

red 196 ◦ green 60 ◦ blue 66

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

Shades of Mahogany #C43C42

Tints of Mahogany #C43C42

RGB

 RED value IS 196 (76.95% from 255) = 60.87%

 GREEN value IS 60 (23.83% from 255) = 18.63%

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

R = 60.87%
G = 18.63%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C43C42 (or 0xC43C42) is known color: Mahogany. HEX triplet: C4, 3C and 42. RGB value is (196,60,66). Sum of RGB (Red+Green+Blue) = 196+60+66=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43C42 is #3BC3BD. Grayscale: #656565. Windows color (decimal): -3916734 or 4340932. OLE color: 4340932.

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

Color convert

RGB 196 60 66 -
CMYK 0 0.69 0.66 0.23
HSL 357.35º 0.54% 0.5% -
HSV(B) 357.35º 0.69% 0.77% -
XYZ 25.36 15.36 6.78 -
YUV 101.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 196 60 66 0 0.69 0.66 0.23 357.35 0.54 0.5
Hex C4 3C 42 0 45 42 17 165 36 32
Octal 304 74 102 0 105 102 27 545 66 62
Binary 11000100 111100 1000010 0 1000101 1000010 10111 101100101 110110 110010

Color Harmonies of #C43C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43C42

Black with #C43C42

Text Example


Text Example

White with #C43C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43C42; }

 p { color: rgb(196,60,66); }

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

background-color css

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

 a { background-color: rgb(196,60,66); }

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

border-color css

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

 span { border-color: rgb(196,60,66); }

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