Shades of Indian Red #C75C5C
Tints of Indian Red #C75C5C
RGB
CMYK
RGB Variations
Color information
#C75C5C (or 0xC75C5C) is known color: Indian Red. HEX triplet: C7, 5C and 5C. RGB value is (199,92,92). Sum of RGB (Red+Green+Blue) = 199+92+92=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75C5C is #38A3A3. Grayscale: #7C7C7C. Windows color (decimal): -3711908 or 6053063. OLE color: 6053063.
HSL color Cylindrical-coordinate representation of color #C75C5C: hue angle of 0º degrees, saturation: 0.49, 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 #C75C5C is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 92 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.22 |
| HSL | 0º | 0.49% | 0.57% | - |
| HSV(B) | 0º | 0.54% | 0.78% | - |
| XYZ | 29.31 | 20.57 | 12.55 | - |
| YUV | 123.99 | 109.95 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 92 | 0 | 0.54 | 0.54 | 0.22 | 0 | 0.49 | 0.57 |
| Hex | C7 | 5C | 5C | 0 | 36 | 36 | 16 | 0 | 31 | 39 |
| Octal | 307 | 134 | 134 | 0 | 66 | 66 | 26 | 0 | 61 | 71 |
| Binary | 11000111 | 1011100 | 1011100 | 0 | 110110 | 110110 | 10110 | 0 | 110001 | 111001 |
Color Harmonies of #C75C5C
Complementary color
Monochromatic Colors of #C75C5C
Black with #C75C5C
Text Example
Text Example
White with #C75C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C5C; }
p { color: rgb(199,92,92); }
H1.HeaderClassName
{
color: #C75C5C;
}
.AnyTagClassName
{
color: #C75C5C;
}
</style>
background-color css
<style>
a { background-color: #C75C5C; }
a { background-color: rgb(199,92,92); }
div.DivClassName
{
background-color: #C75C5C;
}
.BgClassName
{
background-color: #C75C5C;
}
</style>
border-color css
<style>
span { border-color: #C75C5C; }
span { border-color: rgb(199,92,92); }
td.TdClassName
{
border-color: #C75C5C;
}
.TagClassName
{
border-color: #C75C5C;
}
</style>