#CA363B

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

Shades of Mahogany #CA363B

Tints of Mahogany #CA363B

Color information

#CA363B (or 0xCA363B) is unknown color: approx Mahogany. HEX triplet: CA, 36 and 3B. RGB value is (202,54,59). Sum of RGB (Red+Green+Blue) = 202+54+59=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA363B is #35C9C4. Grayscale: #626262. Windows color (decimal): -3525061 or 3880650. OLE color: 3880650.

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

Color convert

RGB2025459-
CMYK00.730.710.21
HSL357.97º58.27%50.2%-
HSV(B)357.97º73.27%79.22%-
XYZ26.4715.515.74-
YUV98.82105.53201.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.13%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 59 (23.44% from 255) = 18.73%
R=64.13%
G=17.14%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202545900.730.710.21357.9758.2750.2
HexCA363B04947151663a32
Octal31266730111107255467262
Binary1100101011011011101101001001100011110101101100110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA363B; }

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

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

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

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

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

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

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

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