Html Css Color HEX #C44246 Mahogany

📋 copy color: '#C44246'

red 196 ◦ green 66 ◦ blue 70

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

Shades of Mahogany #C44246

Tints of Mahogany #C44246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.88%

 BLUE value IS 70 (27.73% from 255) = 21.08%

R = 59.04%
G = 19.88%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C44246 (or 0xC44246) is known color: Mahogany. HEX triplet: C4, 42 and 46. RGB value is (196,66,70). Sum of RGB (Red+Green+Blue) = 196+66+70=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C44246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44246 is #3BBDB9. Grayscale: #696969. Windows color (decimal): -3915194 or 4604612. OLE color: 4604612.

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

Color convert

RGB 196 66 70 -
CMYK 0 0.66 0.64 0.23
HSL 358.15º 0.52% 0.51% -
HSV(B) 358.15º 0.66% 0.77% -
XYZ 25.82 16.07 7.54 -
YUV 105.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 196 66 70 0 0.66 0.64 0.23 358.15 0.52 0.51
Hex C4 42 46 0 42 40 17 166 34 33
Octal 304 102 106 0 102 100 27 546 64 63
Binary 11000100 1000010 1000110 0 1000010 1000000 10111 101100110 110100 110011

Color Harmonies of #C44246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44246

Black with #C44246

Text Example


Text Example

White with #C44246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44246; }

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

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

background-color css

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

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

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

border-color css

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

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

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