#C63B42

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

Shades of Mahogany #C63B42

Tints of Mahogany #C63B42

Color information

#C63B42 (or 0xC63B42) is unknown color: approx Mahogany. HEX triplet: C6, 3B and 42. RGB value is (198,59,66). Sum of RGB (Red+Green+Blue) = 198+59+66=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63B42 is #39C4BD. Grayscale: #656565. Windows color (decimal): -3785918 or 4340678. OLE color: 4340678.

HSL color Cylindrical-coordinate representation of color #C63B42: hue angle of 356.98º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63B42 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB1985966-
CMYK00.700.670.22
HSL356.98º54.94%50.39%-
HSV(B)356.98º70.2%77.65%-
XYZ25.8415.536.79-
YUV101.36108.05196.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.30%
GREEN value IS 59 (23.44% from 255) = 18.27%
BLUE value IS 66 (26.17% from 255) = 20.43%
R=61.30%
G=18.27%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198596600.700.670.22356.9854.9450.39
HexC63B4204643161653732
Octal306731020106103265456762
Binary11000110111011100001001000110100001110110101100101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63B42; }

 p { color: rgb(198,59,66); }

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

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

 a { background-color: rgb(198,59,66); }

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

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

 span { border-color: rgb(198,59,66); }

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