#C63038

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

Shades of Mahogany #C63038

Tints of Mahogany #C63038

Color information

#C63038 (or 0xC63038) is unknown color: approx Mahogany. HEX triplet: C6, 30 and 38. RGB value is (198,48,56). Sum of RGB (Red+Green+Blue) = 198+48+56=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C63038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63038 is #39CFC7. Grayscale: #5D5D5D. Windows color (decimal): -3788744 or 3682502. OLE color: 3682502.

HSL color Cylindrical-coordinate representation of color #C63038: hue angle of 356.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63038 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB1984856-
CMYK00.760.720.22
HSL356.8º60.98%48.24%-
HSV(B)356.8º75.76%77.65%-
XYZ25.0614.415.2-
YUV93.76106.7202.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.56%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=65.56%
G=15.89%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198485600.760.720.22356.860.9848.24
HexC6303804C48161653d30
Octal30660700114110265457560
Binary1100011011000011100001001100100100010110101100101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63038; }

 p { color: rgb(198,48,56); }

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

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

 a { background-color: rgb(198,48,56); }

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

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

 span { border-color: rgb(198,48,56); }

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