#CA5957

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

Shades of Indian Red #CA5957

Tints of Indian Red #CA5957

Color information

#CA5957 (or 0xCA5957) is unknown color: approx Indian Red. HEX triplet: CA, 59 and 57. RGB value is (202,89,87). Sum of RGB (Red+Green+Blue) = 202+89+87=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5957 is #35A6A8. Grayscale: #7A7A7A. Windows color (decimal): -3516073 or 5724618. OLE color: 5724618.

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

Color convert

RGB2028987-
CMYK00.560.570.21
HSL1.04º52.04%56.67%-
HSV(B)1.04º56.93%79.22%-
XYZ29.6520.3911.39-
YUV122.56107.94184.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.44%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 87 (34.38% from 255) = 23.02%
R=53.44%
G=23.54%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202898700.560.570.211.0452.0456.67
HexCA5957038391513439
Octal312131127070712516471
Binary11001010101100110101110111000111001101011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5957; }

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

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

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

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

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

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

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

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