Shades of Indian Red #C65E5A
Tints of Indian Red #C65E5A
RGB
CMYK
RGB Variations
Color information
#C65E5A (or 0xC65E5A) is known color: Indian Red. HEX triplet: C6, 5E and 5A. RGB value is (198,94,90). Sum of RGB (Red+Green+Blue) = 198+94+90=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65E5A is #39A1A5. Grayscale: #7C7C7C. Windows color (decimal): -3776934 or 5922502. OLE color: 5922502.
HSL color Cylindrical-coordinate representation of color #C65E5A: hue angle of 2.22º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65E5A is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 90 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.22 |
| HSL | 2.22º | 0.49% | 0.56% | - |
| HSV(B) | 2.22º | 0.55% | 0.78% | - |
| XYZ | 29.14 | 20.75 | 12.14 | - |
| YUV | 124.64 | 108.46 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 90 | 0 | 0.53 | 0.55 | 0.22 | 2.22 | 0.49 | 0.56 |
| Hex | C6 | 5E | 5A | 0 | 35 | 37 | 16 | 2 | 31 | 38 |
| Octal | 306 | 136 | 132 | 0 | 65 | 67 | 26 | 2 | 61 | 70 |
| Binary | 11000110 | 1011110 | 1011010 | 0 | 110101 | 110111 | 10110 | 10 | 110001 | 111000 |
Color Harmonies of #C65E5A
Complementary color
Monochromatic Colors of #C65E5A
Black with #C65E5A
Text Example
Text Example
White with #C65E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65E5A; }
p { color: rgb(198,94,90); }
H1.HeaderClassName
{
color: #C65E5A;
}
.AnyTagClassName
{
color: #C65E5A;
}
</style>
background-color css
<style>
a { background-color: #C65E5A; }
a { background-color: rgb(198,94,90); }
div.DivClassName
{
background-color: #C65E5A;
}
.BgClassName
{
background-color: #C65E5A;
}
</style>
border-color css
<style>
span { border-color: #C65E5A; }
span { border-color: rgb(198,94,90); }
td.TdClassName
{
border-color: #C65E5A;
}
.TagClassName
{
border-color: #C65E5A;
}
</style>