Shades of Indian Red #C65D5C
Tints of Indian Red #C65D5C
RGB
CMYK
RGB Variations
Color information
#C65D5C (or 0xC65D5C) is known color: Indian Red. HEX triplet: C6, 5D and 5C. RGB value is (198,93,92). Sum of RGB (Red+Green+Blue) = 198+93+92=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65D5C is #39A2A3. Grayscale: #7C7C7C. Windows color (decimal): -3777188 or 6053318. OLE color: 6053318.
HSL color Cylindrical-coordinate representation of color #C65D5C: hue angle of 0.57º 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 #C65D5C is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 92 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.22 |
| HSL | 0.57º | 0.48% | 0.57% | - |
| HSV(B) | 0.57º | 0.54% | 0.78% | - |
| XYZ | 29.13 | 20.61 | 12.57 | - |
| YUV | 124.28 | 109.79 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 92 | 0 | 0.53 | 0.54 | 0.22 | 0.57 | 0.48 | 0.57 |
| Hex | C6 | 5D | 5C | 0 | 35 | 36 | 16 | 1 | 30 | 39 |
| Octal | 306 | 135 | 134 | 0 | 65 | 66 | 26 | 1 | 60 | 71 |
| Binary | 11000110 | 1011101 | 1011100 | 0 | 110101 | 110110 | 10110 | 1 | 110000 | 111001 |
Color Harmonies of #C65D5C
Complementary color
Monochromatic Colors of #C65D5C
Black with #C65D5C
Text Example
Text Example
White with #C65D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65D5C; }
p { color: rgb(198,93,92); }
H1.HeaderClassName
{
color: #C65D5C;
}
.AnyTagClassName
{
color: #C65D5C;
}
</style>
background-color css
<style>
a { background-color: #C65D5C; }
a { background-color: rgb(198,93,92); }
div.DivClassName
{
background-color: #C65D5C;
}
.BgClassName
{
background-color: #C65D5C;
}
</style>
border-color css
<style>
span { border-color: #C65D5C; }
span { border-color: rgb(198,93,92); }
td.TdClassName
{
border-color: #C65D5C;
}
.TagClassName
{
border-color: #C65D5C;
}
</style>