#CA363C

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

Shades of Mahogany #CA363C

Tints of Mahogany #CA363C

Color information

#CA363C (or 0xCA363C) is unknown color: approx Mahogany. HEX triplet: CA, 36 and 3C. RGB value is (202,54,60). Sum of RGB (Red+Green+Blue) = 202+54+60=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA363C is #35C9C3. Grayscale: #636363. Windows color (decimal): -3525060 or 3946186. OLE color: 3946186.

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

Color convert

RGB2025460-
CMYK00.730.700.21
HSL357.57º58.27%50.2%-
HSV(B)357.57º73.27%79.22%-
XYZ26.4915.525.87-
YUV98.94106.03201.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.92%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 60 (23.83% from 255) = 18.99%
R=63.92%
G=17.09%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202546000.730.700.21357.5758.2750.2
HexCA363C04946151663a32
Octal31266740111106255467262
Binary1100101011011011110001001001100011010101101100110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA363C; }

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

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

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

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

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

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

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

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