#CA5F5E

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

Shades of Indian Red #CA5F5E

Tints of Indian Red #CA5F5E

Color information

#CA5F5E (or 0xCA5F5E) is unknown color: approx Indian Red. HEX triplet: CA, 5F and 5E. RGB value is (202,95,94). Sum of RGB (Red+Green+Blue) = 202+95+94=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5F5E is #35A0A1. Grayscale: #7E7E7E. Windows color (decimal): -3514530 or 6184906. OLE color: 6184906.

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

Color convert

RGB2029594-
CMYK00.530.530.21
HSL0.56º50.47%58.04%-
HSV(B)0.56º53.47%79.22%-
XYZ30.4721.5513.14-
YUV126.88109.45181.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 94 (37.11% from 255) = 24.04%
R=51.66%
G=24.30%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202959400.530.530.210.5650.4758.04
HexCA5F5E03535151323a
Octal312137136065652516272
Binary11001010101111110111100110101110101101011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5F5E; }

 p { color: rgb(202,95,94); }

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

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

 a { background-color: rgb(202,95,94); }

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

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

 span { border-color: rgb(202,95,94); }

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