#CA353A

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

Shades of Mahogany #CA353A

Tints of Mahogany #CA353A

Color information

#CA353A (or 0xCA353A) is unknown color: approx Mahogany. HEX triplet: CA, 35 and 3A. RGB value is (202,53,58). Sum of RGB (Red+Green+Blue) = 202+53+58=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA353A is #35CAC5. Grayscale: #626262. Windows color (decimal): -3525318 or 3814858. OLE color: 3814858.

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

Color convert

RGB2025358-
CMYK00.740.710.21
HSL357.99º58.43%50%-
HSV(B)357.99º73.76%79.22%-
XYZ26.3915.415.59-
YUV98.12105.36202.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.54%
GREEN value IS 53 (21.09% from 255) = 16.93%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=64.54%
G=16.93%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202535800.740.710.21357.9958.4350
HexCA353A04A47151663a32
Octal31265720112107255467262
Binary1100101011010111101001001010100011110101101100110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA353A; }

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

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

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

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

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

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

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

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