#C62C2E

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

Shades of Mahogany #C62C2E

Tints of Mahogany #C62C2E

Color information

#C62C2E (or 0xC62C2E) is unknown color: approx Mahogany. HEX triplet: C6, 2C and 2E. RGB value is (198,44,46). Sum of RGB (Red+Green+Blue) = 198+44+46=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62C2E is #39D3D1. Grayscale: #5A5A5A. Windows color (decimal): -3789778 or 3026118. OLE color: 3026118.

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

Color convert

RGB1984446-
CMYK00.780.770.22
HSL359.22º63.64%47.45%-
HSV(B)359.22º77.78%77.65%-
XYZ24.68143.99-
YUV90.27103.02204.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.75%
GREEN value IS 44 (17.58% from 255) = 15.28%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=68.75%
G=15.28%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198444600.780.770.22359.2263.6447.45
HexC62C2E04E4D16167402f
Octal306545601161152654710057
Binary11000110101100101110010011101001101101101011001111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62C2E; }

 p { color: rgb(198,44,46); }

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

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

 a { background-color: rgb(198,44,46); }

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

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

 span { border-color: rgb(198,44,46); }

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