Shades of Indian Red #C65F5B
Tints of Indian Red #C65F5B
RGB
CMYK
RGB Variations
Color information
#C65F5B (or 0xC65F5B) is known color: Indian Red. HEX triplet: C6, 5F and 5B. RGB value is (198,95,91). Sum of RGB (Red+Green+Blue) = 198+95+91=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F5B is #39A0A4. Grayscale: #7D7D7D. Windows color (decimal): -3776677 or 5988294. OLE color: 5988294.
HSL color Cylindrical-coordinate representation of color #C65F5B: hue angle of 2.24º 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 #C65F5B is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 91 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.22 |
| HSL | 2.24º | 0.48% | 0.57% | - |
| HSV(B) | 2.24º | 0.54% | 0.78% | - |
| XYZ | 29.27 | 20.95 | 12.4 | - |
| YUV | 125.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 91 | 0 | 0.52 | 0.54 | 0.22 | 2.24 | 0.48 | 0.57 |
| Hex | C6 | 5F | 5B | 0 | 34 | 36 | 16 | 2 | 30 | 39 |
| Octal | 306 | 137 | 133 | 0 | 64 | 66 | 26 | 2 | 60 | 71 |
| Binary | 11000110 | 1011111 | 1011011 | 0 | 110100 | 110110 | 10110 | 10 | 110000 | 111001 |
Color Harmonies of #C65F5B
Complementary color
Monochromatic Colors of #C65F5B
Black with #C65F5B
Text Example
Text Example
White with #C65F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F5B; }
p { color: rgb(198,95,91); }
H1.HeaderClassName
{
color: #C65F5B;
}
.AnyTagClassName
{
color: #C65F5B;
}
</style>
background-color css
<style>
a { background-color: #C65F5B; }
a { background-color: rgb(198,95,91); }
div.DivClassName
{
background-color: #C65F5B;
}
.BgClassName
{
background-color: #C65F5B;
}
</style>
border-color css
<style>
span { border-color: #C65F5B; }
span { border-color: rgb(198,95,91); }
td.TdClassName
{
border-color: #C65F5B;
}
.TagClassName
{
border-color: #C65F5B;
}
</style>