Shades of Indian Red #C55F5C
Tints of Indian Red #C55F5C
RGB
CMYK
RGB Variations
Color information
#C55F5C (or 0xC55F5C) is known color: Indian Red. HEX triplet: C5, 5F and 5C. RGB value is (197,95,92). Sum of RGB (Red+Green+Blue) = 197+95+92=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F5C is #3AA0A3. Grayscale: #7D7D7D. Windows color (decimal): -3842212 or 6053829. OLE color: 6053829.
HSL color Cylindrical-coordinate representation of color #C55F5C: hue angle of 1.71º 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 #C55F5C is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 92 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.23 |
| HSL | 1.71º | 0.48% | 0.57% | - |
| HSV(B) | 1.71º | 0.53% | 0.77% | - |
| XYZ | 29.05 | 20.83 | 12.61 | - |
| YUV | 125.16 | 109.29 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 92 | 0 | 0.52 | 0.53 | 0.23 | 1.71 | 0.48 | 0.57 |
| Hex | C5 | 5F | 5C | 0 | 34 | 35 | 17 | 2 | 30 | 39 |
| Octal | 305 | 137 | 134 | 0 | 64 | 65 | 27 | 2 | 60 | 71 |
| Binary | 11000101 | 1011111 | 1011100 | 0 | 110100 | 110101 | 10111 | 10 | 110000 | 111001 |
Color Harmonies of #C55F5C
Complementary color
Monochromatic Colors of #C55F5C
Black with #C55F5C
Text Example
Text Example
White with #C55F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F5C; }
p { color: rgb(197,95,92); }
H1.HeaderClassName
{
color: #C55F5C;
}
.AnyTagClassName
{
color: #C55F5C;
}
</style>
background-color css
<style>
a { background-color: #C55F5C; }
a { background-color: rgb(197,95,92); }
div.DivClassName
{
background-color: #C55F5C;
}
.BgClassName
{
background-color: #C55F5C;
}
</style>
border-color css
<style>
span { border-color: #C55F5C; }
span { border-color: rgb(197,95,92); }
td.TdClassName
{
border-color: #C55F5C;
}
.TagClassName
{
border-color: #C55F5C;
}
</style>