#C2383C

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

Shades of Mahogany #C2383C

Tints of Mahogany #C2383C

Color information

#C2383C (or 0xC2383C) is unknown color: approx Mahogany. HEX triplet: C2, 38 and 3C. RGB value is (194,56,60). Sum of RGB (Red+Green+Blue) = 194+56+60=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2383C is #3DC7C3. Grayscale: #616161. Windows color (decimal): -4048836 or 3946690. OLE color: 3946690.

HSL color Cylindrical-coordinate representation of color #C2383C: hue angle of 358.26º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2383C is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB1945660-
CMYK00.710.690.24
HSL358.26º55.2%49.02%-
HSV(B)358.26º71.13%76.08%-
XYZ24.4814.625.81-
YUV97.72106.72196.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.58%
GREEN value IS 56 (22.27% from 255) = 18.06%
BLUE value IS 60 (23.83% from 255) = 19.35%
R=62.58%
G=18.06%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194566000.710.690.24358.2655.249.02
HexC2383C04745181663731
Octal30270740107105305466761
Binary1100001011100011110001000111100010111000101100110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2383C; }

 p { color: rgb(194,56,60); }

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

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

 a { background-color: rgb(194,56,60); }

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

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

 span { border-color: rgb(194,56,60); }

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