#C23236

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

Shades of Mahogany #C23236

Tints of Mahogany #C23236

Color information

#C23236 (or 0xC23236) is unknown color: approx Mahogany. HEX triplet: C2, 32 and 36. RGB value is (194,50,54). Sum of RGB (Red+Green+Blue) = 194+50+54=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C23236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23236 is #3DCDC9. Grayscale: #5D5D5D. Windows color (decimal): -4050378 or 3551938. OLE color: 3551938.

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

Color convert

RGB1945054-
CMYK00.740.720.24
HSL358.33º59.02%47.84%-
HSV(B)358.33º74.23%76.08%-
XYZ24.0514.024.93-
YUV93.51105.71199.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.10%
GREEN value IS 50 (19.92% from 255) = 16.78%
BLUE value IS 54 (21.48% from 255) = 18.12%
R=65.10%
G=16.78%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194505400.740.720.24358.3359.0247.84
HexC2323604A48181663b30
Octal30262660112110305467360
Binary1100001011001011011001001010100100011000101100110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23236; }

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

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

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

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

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

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

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

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