Html Css Color HEX #C44446 Mahogany

📋 copy color: '#C44446'

red 196 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #C44446

Tints of Mahogany #C44446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

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

R = 58.68%
G = 20.36%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C44446 (or 0xC44446) is known color: Mahogany. HEX triplet: C4, 44 and 46. RGB value is (196,68,70). Sum of RGB (Red+Green+Blue) = 196+68+70=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C44446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44446 is #3BBBB9. Grayscale: #6A6A6A. Windows color (decimal): -3914682 or 4605124. OLE color: 4605124.

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

Color convert

RGB 196 68 70 -
CMYK 0 0.65 0.64 0.23
HSL 359.06º 0.52% 0.52% -
HSV(B) 359.06º 0.65% 0.77% -
XYZ 25.94 16.31 7.58 -
YUV 106.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 196 68 70 0 0.65 0.64 0.23 359.06 0.52 0.52
Hex C4 44 46 0 41 40 17 167 34 34
Octal 304 104 106 0 101 100 27 547 64 64
Binary 11000100 1000100 1000110 0 1000001 1000000 10111 101100111 110100 110100

Color Harmonies of #C44446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44446

Black with #C44446

Text Example


Text Example

White with #C44446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44446; }

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

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

background-color css

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

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

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

border-color css

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

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

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