#CA605A

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

Shades of Indian Red #CA605A

Tints of Indian Red #CA605A

Color information

#CA605A (or 0xCA605A) is unknown color: approx Indian Red. HEX triplet: CA, 60 and 5A. RGB value is (202,96,90). Sum of RGB (Red+Green+Blue) = 202+96+90=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA605A is #359FA5. Grayscale: #7F7F7F. Windows color (decimal): -3514278 or 5923018. OLE color: 5923018.

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

Color convert

RGB2029690-
CMYK00.520.550.21
HSL3.21º51.38%57.25%-
HSV(B)3.21º55.45%79.22%-
XYZ30.3921.6612.25-
YUV127.01107.12181.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 96 (37.89% from 255) = 24.74%
BLUE value IS 90 (35.55% from 255) = 23.20%
R=52.06%
G=24.74%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202969000.520.550.213.2151.3857.25
HexCA605A034371533339
Octal312140132064672536371
Binary110010101100000101101001101001101111010111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA605A; }

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

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

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

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

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

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

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

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