Shades of Indian Red #C65F5D
Tints of Indian Red #C65F5D
RGB
CMYK
RGB Variations
Color information
#C65F5D (or 0xC65F5D) is known color: Indian Red. HEX triplet: C6, 5F and 5D. RGB value is (198,95,93). Sum of RGB (Red+Green+Blue) = 198+95+93=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F5D is #39A0A2. Grayscale: #7D7D7D. Windows color (decimal): -3776675 or 6119366. OLE color: 6119366.
HSL color Cylindrical-coordinate representation of color #C65F5D: hue angle of 1.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65F5D is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 93 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.22 |
| HSL | 1.14º | 0.48% | 0.57% | - |
| HSV(B) | 1.14º | 0.53% | 0.78% | - |
| XYZ | 29.36 | 20.98 | 12.86 | - |
| YUV | 125.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 93 | 0 | 0.52 | 0.53 | 0.22 | 1.14 | 0.48 | 0.57 |
| Hex | C6 | 5F | 5D | 0 | 34 | 35 | 16 | 1 | 30 | 39 |
| Octal | 306 | 137 | 135 | 0 | 64 | 65 | 26 | 1 | 60 | 71 |
| Binary | 11000110 | 1011111 | 1011101 | 0 | 110100 | 110101 | 10110 | 1 | 110000 | 111001 |
Color Harmonies of #C65F5D
Complementary color
Monochromatic Colors of #C65F5D
Black with #C65F5D
Text Example
Text Example
White with #C65F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F5D; }
p { color: rgb(198,95,93); }
H1.HeaderClassName
{
color: #C65F5D;
}
.AnyTagClassName
{
color: #C65F5D;
}
</style>
background-color css
<style>
a { background-color: #C65F5D; }
a { background-color: rgb(198,95,93); }
div.DivClassName
{
background-color: #C65F5D;
}
.BgClassName
{
background-color: #C65F5D;
}
</style>
border-color css
<style>
span { border-color: #C65F5D; }
span { border-color: rgb(198,95,93); }
td.TdClassName
{
border-color: #C65F5D;
}
.TagClassName
{
border-color: #C65F5D;
}
</style>