Shades of Indian Red #C75E5A
Tints of Indian Red #C75E5A
RGB
CMYK
RGB Variations
Color information
#C75E5A (or 0xC75E5A) is known color: Indian Red. HEX triplet: C7, 5E and 5A. RGB value is (199,94,90). Sum of RGB (Red+Green+Blue) = 199+94+90=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75E5A is #38A1A5. Grayscale: #7D7D7D. Windows color (decimal): -3711398 or 5922503. OLE color: 5922503.
HSL color Cylindrical-coordinate representation of color #C75E5A: hue angle of 2.2º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75E5A is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 94 | 90 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.22 |
| HSL | 2.2º | 0.49% | 0.57% | - |
| HSV(B) | 2.2º | 0.55% | 0.78% | - |
| XYZ | 29.4 | 20.89 | 12.15 | - |
| YUV | 124.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 90 | 0 | 0.53 | 0.55 | 0.22 | 2.2 | 0.49 | 0.57 |
| Hex | C7 | 5E | 5A | 0 | 35 | 37 | 16 | 2 | 31 | 39 |
| Octal | 307 | 136 | 132 | 0 | 65 | 67 | 26 | 2 | 61 | 71 |
| Binary | 11000111 | 1011110 | 1011010 | 0 | 110101 | 110111 | 10110 | 10 | 110001 | 111001 |
Color Harmonies of #C75E5A
Complementary color
Monochromatic Colors of #C75E5A
Black with #C75E5A
Text Example
Text Example
White with #C75E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75E5A; }
p { color: rgb(199,94,90); }
H1.HeaderClassName
{
color: #C75E5A;
}
.AnyTagClassName
{
color: #C75E5A;
}
</style>
background-color css
<style>
a { background-color: #C75E5A; }
a { background-color: rgb(199,94,90); }
div.DivClassName
{
background-color: #C75E5A;
}
.BgClassName
{
background-color: #C75E5A;
}
</style>
border-color css
<style>
span { border-color: #C75E5A; }
span { border-color: rgb(199,94,90); }
td.TdClassName
{
border-color: #C75E5A;
}
.TagClassName
{
border-color: #C75E5A;
}
</style>