Shades of Indian Red #CF6665
Tints of Indian Red #CF6665
RGB
CMYK
RGB Variations
Color information
#CF6665 (or 0xCF6665) is known color: Indian Red. HEX triplet: CF, 66 and 65. RGB value is (207,102,101). Sum of RGB (Red+Green+Blue) = 207+102+101=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6665 is #30999A. Grayscale: #858585. Windows color (decimal): -3185051 or 6645455. OLE color: 6645455.
HSL color Cylindrical-coordinate representation of color #CF6665: hue angle of 0.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6665 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 101 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.19 |
| HSL | 0.57º | 0.52% | 0.6% | - |
| HSV(B) | 0.57º | 0.51% | 0.81% | - |
| XYZ | 32.83 | 23.71 | 15.16 | - |
| YUV | 133.28 | 109.79 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 101 | 0 | 0.51 | 0.51 | 0.19 | 0.57 | 0.52 | 0.6 |
| Hex | CF | 66 | 65 | 0 | 33 | 33 | 13 | 1 | 34 | 3C |
| Octal | 317 | 146 | 145 | 0 | 63 | 63 | 23 | 1 | 64 | 74 |
| Binary | 11001111 | 1100110 | 1100101 | 0 | 110011 | 110011 | 10011 | 1 | 110100 | 111100 |
Color Harmonies of #CF6665
Complementary color
Monochromatic Colors of #CF6665
Black with #CF6665
Text Example
Text Example
White with #CF6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6665; }
p { color: rgb(207,102,101); }
H1.HeaderClassName
{
color: #CF6665;
}
.AnyTagClassName
{
color: #CF6665;
}
</style>
background-color css
<style>
a { background-color: #CF6665; }
a { background-color: rgb(207,102,101); }
div.DivClassName
{
background-color: #CF6665;
}
.BgClassName
{
background-color: #CF6665;
}
</style>
border-color css
<style>
span { border-color: #CF6665; }
span { border-color: rgb(207,102,101); }
td.TdClassName
{
border-color: #CF6665;
}
.TagClassName
{
border-color: #CF6665;
}
</style>