Shades of Indian Red #C95F5A
Tints of Indian Red #C95F5A
RGB
CMYK
RGB Variations
Color information
#C95F5A (or 0xC95F5A) is known color: Indian Red. HEX triplet: C9, 5F and 5A. RGB value is (201,95,90). Sum of RGB (Red+Green+Blue) = 201+95+90=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F5A is #36A0A5. Grayscale: #7E7E7E. Windows color (decimal): -3580070 or 5922761. OLE color: 5922761.
HSL color Cylindrical-coordinate representation of color #C95F5A: hue angle of 2.7º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95F5A is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 90 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.21 |
| HSL | 2.7º | 0.51% | 0.57% | - |
| HSV(B) | 2.7º | 0.55% | 0.79% | - |
| XYZ | 30.03 | 21.34 | 12.21 | - |
| YUV | 126.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 90 | 0 | 0.53 | 0.55 | 0.21 | 2.7 | 0.51 | 0.57 |
| Hex | C9 | 5F | 5A | 0 | 35 | 37 | 15 | 3 | 33 | 39 |
| Octal | 311 | 137 | 132 | 0 | 65 | 67 | 25 | 3 | 63 | 71 |
| Binary | 11001001 | 1011111 | 1011010 | 0 | 110101 | 110111 | 10101 | 11 | 110011 | 111001 |
Color Harmonies of #C95F5A
Complementary color
Monochromatic Colors of #C95F5A
Black with #C95F5A
Text Example
Text Example
White with #C95F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F5A; }
p { color: rgb(201,95,90); }
H1.HeaderClassName
{
color: #C95F5A;
}
.AnyTagClassName
{
color: #C95F5A;
}
</style>
background-color css
<style>
a { background-color: #C95F5A; }
a { background-color: rgb(201,95,90); }
div.DivClassName
{
background-color: #C95F5A;
}
.BgClassName
{
background-color: #C95F5A;
}
</style>
border-color css
<style>
span { border-color: #C95F5A; }
span { border-color: rgb(201,95,90); }
td.TdClassName
{
border-color: #C95F5A;
}
.TagClassName
{
border-color: #C95F5A;
}
</style>