Shades of Indian Red #CA605A
Tints of Indian Red #CA605A
RGB
CMYK
RGB Variations
Color information
#CA605A (or 0xCA605A) is known color: 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
| RGB | 202 | 96 | 90 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.21 |
| HSL | 3.21º | 0.51% | 0.57% | - |
| HSV(B) | 3.21º | 0.55% | 0.79% | - |
| XYZ | 30.39 | 21.66 | 12.25 | - |
| YUV | 127.01 | 107.12 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 90 | 0 | 0.52 | 0.55 | 0.21 | 3.21 | 0.51 | 0.57 |
| Hex | CA | 60 | 5A | 0 | 34 | 37 | 15 | 3 | 33 | 39 |
| Octal | 312 | 140 | 132 | 0 | 64 | 67 | 25 | 3 | 63 | 71 |
| Binary | 11001010 | 1100000 | 1011010 | 0 | 110100 | 110111 | 10101 | 11 | 110011 | 111001 |
Color Harmonies of #CA605A
Complementary color
Monochromatic Colors of #CA605A
Black with #CA605A
Text Example
Text Example
White with #CA605A
Text Example
Text Example
HTML Codes & Css Web 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>