#C2323B

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

Shades of Mahogany #C2323B

Tints of Mahogany #C2323B

Color information

#C2323B (or 0xC2323B) is unknown color: approx Mahogany. HEX triplet: C2, 32 and 3B. RGB value is (194,50,59). Sum of RGB (Red+Green+Blue) = 194+50+59=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C2323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2323B is #3DCDC4. Grayscale: #5E5E5E. Windows color (decimal): -4050373 or 3879618. OLE color: 3879618.

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

Color convert

RGB1945059-
CMYK00.740.700.24
HSL356.25º59.02%47.84%-
HSV(B)356.25º74.23%76.08%-
XYZ24.1814.075.58-
YUV94.08108.21199.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.03%
GREEN value IS 50 (19.92% from 255) = 16.50%
BLUE value IS 59 (23.44% from 255) = 19.47%
R=64.03%
G=16.50%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194505900.740.700.24356.2559.0247.84
HexC2323B04A46181643b30
Octal30262730112106305447360
Binary1100001011001011101101001010100011011000101100100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2323B; }

 p { color: rgb(194,50,59); }

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

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

 a { background-color: rgb(194,50,59); }

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

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

 span { border-color: rgb(194,50,59); }

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