#C23B40

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

Shades of Mahogany #C23B40

Tints of Mahogany #C23B40

Color information

#C23B40 (or 0xC23B40) is unknown color: approx Mahogany. HEX triplet: C2, 3B and 40. RGB value is (194,59,64). Sum of RGB (Red+Green+Blue) = 194+59+64=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23B40 is #3DC4BF. Grayscale: #646464. Windows color (decimal): -4048064 or 4209602. OLE color: 4209602.

HSL color Cylindrical-coordinate representation of color #C23B40: hue angle of 357.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23B40 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB1945964-
CMYK00.700.670.24
HSL357.78º53.36%49.61%-
HSV(B)357.78º69.59%76.08%-
XYZ24.7414.976.44-
YUV99.94107.73195.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.20%
GREEN value IS 59 (23.44% from 255) = 18.61%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=61.20%
G=18.61%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194596400.700.670.24357.7853.3649.61
HexC23B4004643181663532
Octal302731000106103305466562
Binary11000010111011100000001000110100001111000101100110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23B40; }

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

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

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

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

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

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

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

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