#C63F40

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

Shades of Mahogany #C63F40

Tints of Mahogany #C63F40

Color information

#C63F40 (or 0xC63F40) is unknown color: approx Mahogany. HEX triplet: C6, 3F and 40. RGB value is (198,63,64). Sum of RGB (Red+Green+Blue) = 198+63+64=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F40 is #39C0BF. Grayscale: #676767. Windows color (decimal): -3784896 or 4210630. OLE color: 4210630.

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

Color convert

RGB1986364-
CMYK00.680.680.22
HSL359.56º54.22%51.18%-
HSV(B)359.56º68.18%77.65%-
XYZ25.9915.936.56-
YUV103.48105.73195.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.92%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=60.92%
G=19.38%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198636400.680.680.22359.5654.2251.18
HexC63F4004444161683633
Octal306771000104104265506663
Binary11000110111111100000001000100100010010110101101000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63F40; }

 p { color: rgb(198,63,64); }

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

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

 a { background-color: rgb(198,63,64); }

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

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

 span { border-color: rgb(198,63,64); }

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