#C2353A

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

Shades of Mahogany #C2353A

Tints of Mahogany #C2353A

Color information

#C2353A (or 0xC2353A) is unknown color: approx Mahogany. HEX triplet: C2, 35 and 3A. RGB value is (194,53,58). Sum of RGB (Red+Green+Blue) = 194+53+58=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2353A is #3DCAC5. Grayscale: #5F5F5F. Windows color (decimal): -4049606 or 3814850. OLE color: 3814850.

HSL color Cylindrical-coordinate representation of color #C2353A: hue angle of 357.87º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2353A is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1945358-
CMYK00.730.700.24
HSL357.87º57.09%48.43%-
HSV(B)357.87º72.68%76.08%-
XYZ24.2814.325.49-
YUV95.73106.71198.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.61%
GREEN value IS 53 (21.09% from 255) = 17.38%
BLUE value IS 58 (23.05% from 255) = 19.02%
R=63.61%
G=17.38%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194535800.730.700.24357.8757.0948.43
HexC2353A04946181663930
Octal30265720111106305467160
Binary1100001011010111101001001001100011011000101100110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2353A; }

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

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

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

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

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

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

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

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