#CA393A

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

Shades of Mahogany #CA393A

Tints of Mahogany #CA393A

Color information

#CA393A (or 0xCA393A) is unknown color: approx Mahogany. HEX triplet: CA, 39 and 3A. RGB value is (202,57,58). Sum of RGB (Red+Green+Blue) = 202+57+58=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA393A is #35C6C5. Grayscale: #646464. Windows color (decimal): -3524294 or 3815882. OLE color: 3815882.

HSL color Cylindrical-coordinate representation of color #CA393A: hue angle of 359.59º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA393A is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB2025758-
CMYK00.720.710.21
HSL359.59º57.77%50.78%-
HSV(B)359.59º71.78%79.22%-
XYZ26.5815.795.65-
YUV100.47104.04200.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.72%
GREEN value IS 57 (22.66% from 255) = 17.98%
BLUE value IS 58 (23.05% from 255) = 18.30%
R=63.72%
G=17.98%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202575800.720.710.21359.5957.7750.78
HexCA393A04847151683a33
Octal31271720110107255507263
Binary1100101011100111101001001000100011110101101101000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA393A; }

 p { color: rgb(202,57,58); }

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

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

 a { background-color: rgb(202,57,58); }

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

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

 span { border-color: rgb(202,57,58); }

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