#CA5A57

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

Shades of Indian Red #CA5A57

Tints of Indian Red #CA5A57

Color information

#CA5A57 (or 0xCA5A57) is unknown color: approx Indian Red. HEX triplet: CA, 5A and 57. RGB value is (202,90,87). Sum of RGB (Red+Green+Blue) = 202+90+87=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A57 is #35A5A8. Grayscale: #7B7B7B. Windows color (decimal): -3515817 or 5724874. OLE color: 5724874.

HSL color Cylindrical-coordinate representation of color #CA5A57: hue angle of 1.57º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5A57 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB2029087-
CMYK00.550.570.21
HSL1.57º52.04%56.67%-
HSV(B)1.57º56.93%79.22%-
XYZ29.7320.5611.42-
YUV123.15107.61184.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.30%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 87 (34.38% from 255) = 22.96%
R=53.30%
G=23.75%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202908700.550.570.211.5752.0456.67
HexCA5A57037391523439
Octal312132127067712526471
Binary110010101011010101011101101111110011010110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5A57; }

 p { color: rgb(202,90,87); }

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

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

 a { background-color: rgb(202,90,87); }

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

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

 span { border-color: rgb(202,90,87); }

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