#C63F42

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

Shades of Mahogany #C63F42

Tints of Mahogany #C63F42

Color information

#C63F42 (or 0xC63F42) is unknown color: approx Mahogany. HEX triplet: C6, 3F and 42. RGB value is (198,63,66). Sum of RGB (Red+Green+Blue) = 198+63+66=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F42 is #39C0BD. Grayscale: #676767. Windows color (decimal): -3784894 or 4341702. OLE color: 4341702.

HSL color Cylindrical-coordinate representation of color #C63F42: hue angle of 358.67º 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 #C63F42 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB1986366-
CMYK00.680.670.22
HSL358.67º54.22%51.18%-
HSV(B)358.67º68.18%77.65%-
XYZ26.0515.956.86-
YUV103.71106.73195.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.55%
GREEN value IS 63 (25% from 255) = 19.27%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=60.55%
G=19.27%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198636600.680.670.22358.6754.2251.18
HexC63F4204443161673633
Octal306771020104103265476663
Binary11000110111111100001001000100100001110110101100111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63F42; }

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

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

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

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

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

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

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

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