Html Css Color HEX #C44143 Mahogany

📋 copy color: '#C44143'

red 196 ◦ green 65 ◦ blue 67

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

Shades of Mahogany #C44143

Tints of Mahogany #C44143

RGB

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

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

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

R = 59.76%
G = 19.82%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C44143 (or 0xC44143) is known color: Mahogany. HEX triplet: C4, 41 and 43. RGB value is (196,65,67). Sum of RGB (Red+Green+Blue) = 196+65+67=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C44143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44143 is #3BBEBC. Grayscale: #686868. Windows color (decimal): -3915453 or 4407748. OLE color: 4407748.

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

Color convert

RGB 196 65 67 -
CMYK 0 0.67 0.66 0.23
HSL 359.08º 0.53% 0.51% -
HSV(B) 359.08º 0.67% 0.77% -
XYZ 25.67 15.92 7.03 -
YUV 104.4 106.9 193.34 -
System Red Green Blue C M Y K H S L
Decimal 196 65 67 0 0.67 0.66 0.23 359.08 0.53 0.51
Hex C4 41 43 0 43 42 17 167 35 33
Octal 304 101 103 0 103 102 27 547 65 63
Binary 11000100 1000001 1000011 0 1000011 1000010 10111 101100111 110101 110011

Color Harmonies of #C44143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44143

Black with #C44143

Text Example


Text Example

White with #C44143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44143; }

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

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

background-color css

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

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

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

border-color css

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

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

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