#C23035

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

Shades of Mahogany #C23035

Tints of Mahogany #C23035

Color information

#C23035 (or 0xC23035) is unknown color: approx Mahogany. HEX triplet: C2, 30 and 35. RGB value is (194,48,53). Sum of RGB (Red+Green+Blue) = 194+48+53=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C23035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23035 is #3DCFCA. Grayscale: #5C5C5C. Windows color (decimal): -4050891 or 3485890. OLE color: 3485890.

HSL color Cylindrical-coordinate representation of color #C23035: hue angle of 357.95º 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 #C23035 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1944853-
CMYK00.750.730.24
HSL357.95º60.33%47.45%-
HSV(B)357.95º75.26%76.08%-
XYZ23.9513.844.78-
YUV92.22105.87200.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.76%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=65.76%
G=16.27%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194485300.750.730.24357.9560.3347.45
HexC2303504B49181663c2f
Octal30260650113111305467457
Binary1100001011000011010101001011100100111000101100110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23035; }

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

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

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

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

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

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

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

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