Shades of Indian Red #C65F5C
Tints of Indian Red #C65F5C
RGB
CMYK
RGB Variations
Color information
#C65F5C (or 0xC65F5C) is known color: Indian Red. HEX triplet: C6, 5F and 5C. RGB value is (198,95,92). Sum of RGB (Red+Green+Blue) = 198+95+92=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F5C is #39A0A3. Grayscale: #7D7D7D. Windows color (decimal): -3776676 or 6053830. OLE color: 6053830.
HSL color Cylindrical-coordinate representation of color #C65F5C: hue angle of 1.7º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65F5C is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 92 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.22 |
| HSL | 1.7º | 0.48% | 0.57% | - |
| HSV(B) | 1.7º | 0.54% | 0.78% | - |
| XYZ | 29.31 | 20.96 | 12.63 | - |
| YUV | 125.46 | 109.12 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 92 | 0 | 0.52 | 0.54 | 0.22 | 1.7 | 0.48 | 0.57 |
| Hex | C6 | 5F | 5C | 0 | 34 | 36 | 16 | 2 | 30 | 39 |
| Octal | 306 | 137 | 134 | 0 | 64 | 66 | 26 | 2 | 60 | 71 |
| Binary | 11000110 | 1011111 | 1011100 | 0 | 110100 | 110110 | 10110 | 10 | 110000 | 111001 |
Color Harmonies of #C65F5C
Complementary color
Monochromatic Colors of #C65F5C
Black with #C65F5C
Text Example
Text Example
White with #C65F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F5C; }
p { color: rgb(198,95,92); }
H1.HeaderClassName
{
color: #C65F5C;
}
.AnyTagClassName
{
color: #C65F5C;
}
</style>
background-color css
<style>
a { background-color: #C65F5C; }
a { background-color: rgb(198,95,92); }
div.DivClassName
{
background-color: #C65F5C;
}
.BgClassName
{
background-color: #C65F5C;
}
</style>
border-color css
<style>
span { border-color: #C65F5C; }
span { border-color: rgb(198,95,92); }
td.TdClassName
{
border-color: #C65F5C;
}
.TagClassName
{
border-color: #C65F5C;
}
</style>