#CA605C

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

Shades of Indian Red #CA605C

Tints of Indian Red #CA605C

Color information

#CA605C (or 0xCA605C) is unknown color: approx Indian Red. HEX triplet: CA, 60 and 5C. RGB value is (202,96,92). Sum of RGB (Red+Green+Blue) = 202+96+92=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA605C is #359FA3. Grayscale: #7F7F7F. Windows color (decimal): -3514276 or 6054090. OLE color: 6054090.

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

Color convert

RGB2029692-
CMYK00.520.540.21
HSL2.18º50.93%57.65%-
HSV(B)2.18º54.46%79.22%-
XYZ30.4721.712.71-
YUV127.24108.12181.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.79%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=51.79%
G=24.62%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202969200.520.540.212.1850.9357.65
HexCA605C03436152333a
Octal312140134064662526372
Binary110010101100000101110001101001101101010110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA605C; }

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

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

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

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

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

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

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

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