Shades of Indian Red #CF6663
Tints of Indian Red #CF6663
RGB
CMYK
RGB Variations
Color information
#CF6663 (or 0xCF6663) is known color: Indian Red. HEX triplet: CF, 66 and 63. RGB value is (207,102,99). Sum of RGB (Red+Green+Blue) = 207+102+99=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6663 is #30999C. Grayscale: #858585. Windows color (decimal): -3185053 or 6514383. OLE color: 6514383.
HSL color Cylindrical-coordinate representation of color #CF6663: hue angle of 1.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6663 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 99 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.19 |
| HSL | 1.67º | 0.53% | 0.6% | - |
| HSV(B) | 1.67º | 0.52% | 0.81% | - |
| XYZ | 32.74 | 23.67 | 14.65 | - |
| YUV | 133.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 99 | 0 | 0.51 | 0.52 | 0.19 | 1.67 | 0.53 | 0.6 |
| Hex | CF | 66 | 63 | 0 | 33 | 34 | 13 | 2 | 35 | 3C |
| Octal | 317 | 146 | 143 | 0 | 63 | 64 | 23 | 2 | 65 | 74 |
| Binary | 11001111 | 1100110 | 1100011 | 0 | 110011 | 110100 | 10011 | 10 | 110101 | 111100 |
Color Harmonies of #CF6663
Complementary color
Monochromatic Colors of #CF6663
Black with #CF6663
Text Example
Text Example
White with #CF6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6663; }
p { color: rgb(207,102,99); }
H1.HeaderClassName
{
color: #CF6663;
}
.AnyTagClassName
{
color: #CF6663;
}
</style>
background-color css
<style>
a { background-color: #CF6663; }
a { background-color: rgb(207,102,99); }
div.DivClassName
{
background-color: #CF6663;
}
.BgClassName
{
background-color: #CF6663;
}
</style>
border-color css
<style>
span { border-color: #CF6663; }
span { border-color: rgb(207,102,99); }
td.TdClassName
{
border-color: #CF6663;
}
.TagClassName
{
border-color: #CF6663;
}
</style>