Shades of Indian Red #C55D5C
Tints of Indian Red #C55D5C
RGB
CMYK
RGB Variations
Color information
#C55D5C (or 0xC55D5C) is known color: Indian Red. HEX triplet: C5, 5D and 5C. RGB value is (197,93,92). Sum of RGB (Red+Green+Blue) = 197+93+92=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55D5C is #3AA2A3. Grayscale: #7C7C7C. Windows color (decimal): -3842724 or 6053317. OLE color: 6053317.
HSL color Cylindrical-coordinate representation of color #C55D5C: hue angle of 0.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55D5C is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 92 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.23 |
| HSL | 0.57º | 0.48% | 0.57% | - |
| HSV(B) | 0.57º | 0.53% | 0.77% | - |
| XYZ | 28.87 | 20.47 | 12.55 | - |
| YUV | 123.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 92 | 0 | 0.53 | 0.53 | 0.23 | 0.57 | 0.48 | 0.57 |
| Hex | C5 | 5D | 5C | 0 | 35 | 35 | 17 | 1 | 30 | 39 |
| Octal | 305 | 135 | 134 | 0 | 65 | 65 | 27 | 1 | 60 | 71 |
| Binary | 11000101 | 1011101 | 1011100 | 0 | 110101 | 110101 | 10111 | 1 | 110000 | 111001 |
Color Harmonies of #C55D5C
Complementary color
Monochromatic Colors of #C55D5C
Black with #C55D5C
Text Example
Text Example
White with #C55D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D5C; }
p { color: rgb(197,93,92); }
H1.HeaderClassName
{
color: #C55D5C;
}
.AnyTagClassName
{
color: #C55D5C;
}
</style>
background-color css
<style>
a { background-color: #C55D5C; }
a { background-color: rgb(197,93,92); }
div.DivClassName
{
background-color: #C55D5C;
}
.BgClassName
{
background-color: #C55D5C;
}
</style>
border-color css
<style>
span { border-color: #C55D5C; }
span { border-color: rgb(197,93,92); }
td.TdClassName
{
border-color: #C55D5C;
}
.TagClassName
{
border-color: #C55D5C;
}
</style>