Shades of Indian Red #CF605A
Tints of Indian Red #CF605A
RGB
CMYK
RGB Variations
Color information
#CF605A (or 0xCF605A) is known color: Indian Red. HEX triplet: CF, 60 and 5A. RGB value is (207,96,90). Sum of RGB (Red+Green+Blue) = 207+96+90=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF605A is #309FA5. Grayscale: #808080. Windows color (decimal): -3186598 or 5923023. OLE color: 5923023.
HSL color Cylindrical-coordinate representation of color #CF605A: hue angle of 3.08º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF605A is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 90 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.19 |
| HSL | 3.08º | 0.55% | 0.58% | - |
| HSV(B) | 3.08º | 0.57% | 0.81% | - |
| XYZ | 31.76 | 22.37 | 12.32 | - |
| YUV | 128.51 | 106.27 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 90 | 0 | 0.54 | 0.57 | 0.19 | 3.08 | 0.55 | 0.58 |
| Hex | CF | 60 | 5A | 0 | 36 | 39 | 13 | 3 | 37 | 3A |
| Octal | 317 | 140 | 132 | 0 | 66 | 71 | 23 | 3 | 67 | 72 |
| Binary | 11001111 | 1100000 | 1011010 | 0 | 110110 | 111001 | 10011 | 11 | 110111 | 111010 |
Color Harmonies of #CF605A
Complementary color
Monochromatic Colors of #CF605A
Black with #CF605A
Text Example
Text Example
White with #CF605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF605A; }
p { color: rgb(207,96,90); }
H1.HeaderClassName
{
color: #CF605A;
}
.AnyTagClassName
{
color: #CF605A;
}
</style>
background-color css
<style>
a { background-color: #CF605A; }
a { background-color: rgb(207,96,90); }
div.DivClassName
{
background-color: #CF605A;
}
.BgClassName
{
background-color: #CF605A;
}
</style>
border-color css
<style>
span { border-color: #CF605A; }
span { border-color: rgb(207,96,90); }
td.TdClassName
{
border-color: #CF605A;
}
.TagClassName
{
border-color: #CF605A;
}
</style>