#C63D40

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

Shades of Mahogany #C63D40

Tints of Mahogany #C63D40

Color information

#C63D40 (or 0xC63D40) is unknown color: approx Mahogany. HEX triplet: C6, 3D and 40. RGB value is (198,61,64). Sum of RGB (Red+Green+Blue) = 198+61+64=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D40 is #39C2BF. Grayscale: #666666. Windows color (decimal): -3785408 or 4210118. OLE color: 4210118.

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

Color convert

RGB1986164-
CMYK00.690.680.22
HSL358.69º54.58%50.78%-
HSV(B)358.69º69.19%77.65%-
XYZ25.8815.716.52-
YUV102.3106.39196.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.30%
GREEN value IS 61 (24.22% from 255) = 18.89%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=61.30%
G=18.89%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198616400.690.680.22358.6954.5850.78
HexC63D4004544161673733
Octal306751000105104265476763
Binary11000110111101100000001000101100010010110101100111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63D40; }

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

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

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

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

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

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

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

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