#CA393B

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

Shades of Mahogany #CA393B

Tints of Mahogany #CA393B

Color information

#CA393B (or 0xCA393B) is unknown color: approx Mahogany. HEX triplet: CA, 39 and 3B. RGB value is (202,57,59). Sum of RGB (Red+Green+Blue) = 202+57+59=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA393B is #35C6C4. Grayscale: #646464. Windows color (decimal): -3524293 or 3881418. OLE color: 3881418.

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

Color convert

RGB2025759-
CMYK00.720.710.21
HSL359.17º57.77%50.78%-
HSV(B)359.17º71.78%79.22%-
XYZ26.6115.85.78-
YUV100.58104.54200.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.52%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 59 (23.44% from 255) = 18.55%
R=63.52%
G=17.92%
B=18.55%

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
Decimal202575900.720.710.21359.1757.7750.78
HexCA393B04847151673a33
Octal31271730110107255477263
Binary1100101011100111101101001000100011110101101100111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA393B; }

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

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

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

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

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

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

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

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