#CA353E

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

Shades of Mahogany #CA353E

Tints of Mahogany #CA353E

Color information

#CA353E (or 0xCA353E) is unknown color: approx Mahogany. HEX triplet: CA, 35 and 3E. RGB value is (202,53,62). Sum of RGB (Red+Green+Blue) = 202+53+62=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA353E is #35CAC1. Grayscale: #626262. Windows color (decimal): -3525314 or 4077002. OLE color: 4077002.

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

Color convert

RGB2025362-
CMYK00.740.690.21
HSL356.38º58.43%50%-
HSV(B)356.38º73.76%79.22%-
XYZ26.515.456.14-
YUV98.58107.36201.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.72%
GREEN value IS 53 (21.09% from 255) = 16.72%
BLUE value IS 62 (24.61% from 255) = 19.56%
R=63.72%
G=16.72%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202536200.740.690.21356.3858.4350
HexCA353E04A45151643a32
Octal31265760112105255447262
Binary1100101011010111111001001010100010110101101100100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA353E; }

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

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

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

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

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

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

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

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