#C23036

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

Shades of Mahogany #C23036

Tints of Mahogany #C23036

Color information

#C23036 (or 0xC23036) is unknown color: approx Mahogany. HEX triplet: C2, 30 and 36. RGB value is (194,48,54). Sum of RGB (Red+Green+Blue) = 194+48+54=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C23036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23036 is #3DCFC9. Grayscale: #5C5C5C. Windows color (decimal): -4050890 or 3551426. OLE color: 3551426.

HSL color Cylindrical-coordinate representation of color #C23036: hue angle of 357.53º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23036 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB1944854-
CMYK00.750.720.24
HSL357.53º60.33%47.45%-
HSV(B)357.53º75.26%76.08%-
XYZ23.9713.854.9-
YUV92.34106.37200.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.54%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 54 (21.48% from 255) = 18.24%
R=65.54%
G=16.22%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194485400.750.720.24357.5360.3347.45
HexC2303604B48181663c2f
Octal30260660113110305467457
Binary1100001011000011011001001011100100011000101100110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23036; }

 p { color: rgb(194,48,54); }

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

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

 a { background-color: rgb(194,48,54); }

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

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

 span { border-color: rgb(194,48,54); }

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