#CA5D5A

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

Shades of Indian Red #CA5D5A

Tints of Indian Red #CA5D5A

Color information

#CA5D5A (or 0xCA5D5A) is unknown color: approx Indian Red. HEX triplet: CA, 5D and 5A. RGB value is (202,93,90). Sum of RGB (Red+Green+Blue) = 202+93+90=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5D5A is #35A2A5. Grayscale: #7D7D7D. Windows color (decimal): -3515046 or 5922250. OLE color: 5922250.

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

Color convert

RGB2029390-
CMYK00.540.550.21
HSL1.61º51.38%57.25%-
HSV(B)1.61º55.45%79.22%-
XYZ30.1221.1212.16-
YUV125.25108.11182.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.47%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=52.47%
G=24.16%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202939000.540.550.211.6151.3857.25
HexCA5D5A036371523339
Octal312135132066672526371
Binary110010101011101101101001101101101111010110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5D5A; }

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

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

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

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

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

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

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

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