#CA5C59

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

Shades of Indian Red #CA5C59

Tints of Indian Red #CA5C59

Color information

#CA5C59 (or 0xCA5C59) is unknown color: approx Indian Red. HEX triplet: CA, 5C and 59. RGB value is (202,92,89). Sum of RGB (Red+Green+Blue) = 202+92+89=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5C59 is #35A3A6. Grayscale: #7C7C7C. Windows color (decimal): -3515303 or 5856458. OLE color: 5856458.

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

Color convert

RGB2029289-
CMYK00.540.560.21
HSL1.59º51.6%57.06%-
HSV(B)1.59º55.94%79.22%-
XYZ29.9920.9311.91-
YUV124.55107.94183.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.74%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 89 (35.16% from 255) = 23.24%
R=52.74%
G=24.02%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202928900.540.560.211.5951.657.06
HexCA5C59036381523439
Octal312134131066702526471
Binary110010101011100101100101101101110001010110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5C59; }

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

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

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

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

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

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

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

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