#CA323A

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

Shades of Mahogany #CA323A

Tints of Mahogany #CA323A

Color information

#CA323A (or 0xCA323A) is unknown color: approx Mahogany. HEX triplet: CA, 32 and 3A. RGB value is (202,50,58). Sum of RGB (Red+Green+Blue) = 202+50+58=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA323A is #35CDC5. Grayscale: #606060. Windows color (decimal): -3526086 or 3814090. OLE color: 3814090.

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

Color convert

RGB2025058-
CMYK00.750.710.21
HSL356.84º60.32%49.41%-
HSV(B)356.84º75.25%79.22%-
XYZ26.2615.145.54-
YUV96.36106.36203.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.16%
GREEN value IS 50 (19.92% from 255) = 16.13%
BLUE value IS 58 (23.05% from 255) = 18.71%
R=65.16%
G=16.13%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202505800.750.710.21356.8460.3249.41
HexCA323A04B47151653c31
Octal31262720113107255457461
Binary1100101011001011101001001011100011110101101100101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA323A; }

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

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

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

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

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

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

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

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