Html Css Color HEX #C43F41 Mahogany

📋 copy color: '#C43F41'

red 196 ◦ green 63 ◦ blue 65

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

Shades of Mahogany #C43F41

Tints of Mahogany #C43F41

RGB

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

 GREEN value IS 63 (25% from 255) = 19.44%

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

R = 60.49%
G = 19.44%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C43F41 (or 0xC43F41) is known color: Mahogany. HEX triplet: C4, 3F and 41. RGB value is (196,63,65). Sum of RGB (Red+Green+Blue) = 196+63+65=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F41 is #3BC0BE. Grayscale: #676767. Windows color (decimal): -3915967 or 4276164. OLE color: 4276164.

HSL color Cylindrical-coordinate representation of color #C43F41: hue angle of 359.1º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43F41 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 63 65 -
CMYK 0 0.68 0.67 0.23
HSL 359.1º 0.53% 0.51% -
HSV(B) 359.1º 0.68% 0.77% -
XYZ 25.5 15.67 6.68 -
YUV 103 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 196 63 65 0 0.68 0.67 0.23 359.1 0.53 0.51
Hex C4 3F 41 0 44 43 17 167 35 33
Octal 304 77 101 0 104 103 27 547 65 63
Binary 11000100 111111 1000001 0 1000100 1000011 10111 101100111 110101 110011

Color Harmonies of #C43F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F41

Black with #C43F41

Text Example


Text Example

White with #C43F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F41; }

 p { color: rgb(196,63,65); }

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

background-color css

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

 a { background-color: rgb(196,63,65); }

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

border-color css

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

 span { border-color: rgb(196,63,65); }

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