Shades of Indian Red #C65E5C
Tints of Indian Red #C65E5C
RGB
CMYK
RGB Variations
Color information
#C65E5C (or 0xC65E5C) is known color: Indian Red. HEX triplet: C6, 5E and 5C. RGB value is (198,94,92). Sum of RGB (Red+Green+Blue) = 198+94+92=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65E5C is #39A1A3. Grayscale: #7C7C7C. Windows color (decimal): -3776932 or 6053574. OLE color: 6053574.
HSL color Cylindrical-coordinate representation of color #C65E5C: hue angle of 1.13º 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 #C65E5C is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 92 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.22 |
| HSL | 1.13º | 0.48% | 0.57% | - |
| HSV(B) | 1.13º | 0.54% | 0.78% | - |
| XYZ | 29.22 | 20.78 | 12.6 | - |
| YUV | 124.87 | 109.46 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 92 | 0 | 0.53 | 0.54 | 0.22 | 1.13 | 0.48 | 0.57 |
| Hex | C6 | 5E | 5C | 0 | 35 | 36 | 16 | 1 | 30 | 39 |
| Octal | 306 | 136 | 134 | 0 | 65 | 66 | 26 | 1 | 60 | 71 |
| Binary | 11000110 | 1011110 | 1011100 | 0 | 110101 | 110110 | 10110 | 1 | 110000 | 111001 |
Color Harmonies of #C65E5C
Complementary color
Monochromatic Colors of #C65E5C
Black with #C65E5C
Text Example
Text Example
White with #C65E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65E5C; }
p { color: rgb(198,94,92); }
H1.HeaderClassName
{
color: #C65E5C;
}
.AnyTagClassName
{
color: #C65E5C;
}
</style>
background-color css
<style>
a { background-color: #C65E5C; }
a { background-color: rgb(198,94,92); }
div.DivClassName
{
background-color: #C65E5C;
}
.BgClassName
{
background-color: #C65E5C;
}
</style>
border-color css
<style>
span { border-color: #C65E5C; }
span { border-color: rgb(198,94,92); }
td.TdClassName
{
border-color: #C65E5C;
}
.TagClassName
{
border-color: #C65E5C;
}
</style>