#C34446

Color #C34446 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #C34446

Tints of Mahogany #C34446

Color information

#C34446 (or 0xC34446) is unknown color: approx Mahogany. HEX triplet: C3, 44 and 46. RGB value is (195,68,70). Sum of RGB (Red+Green+Blue) = 195+68+70=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C34446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34446 is #3CBBB9. Grayscale: #6A6A6A. Windows color (decimal): -3980218 or 4605123. OLE color: 4605123.

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

Color convert

RGB1956870-
CMYK00.650.640.24
HSL359.06º51.42%51.57%-
HSV(B)359.06º65.13%76.47%-
XYZ25.6816.187.56-
YUV106.2107.58191.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.56%
GREEN value IS 68 (26.95% from 255) = 20.42%
BLUE value IS 70 (27.73% from 255) = 21.02%
R=58.56%
G=20.42%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195687000.650.640.24359.0651.4251.57
HexC3444604140181673334
Octal3031041060101100305476364
Binary110000111000100100011001000001100000011000101100111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34446; }

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

 H1.HeaderClassName
 {
   color: #C34446;
 }
 .AnyTagClassName
 {
   color: #C34446;
 }
</style>
background-color css

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

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

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

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

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

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