Shades of My Pink #CF8B79
Tints of My Pink #CF8B79
RGB
CMYK
RGB Variations
Color information
#CF8B79 (or 0xCF8B79) is known color: My Pink. HEX triplet: CF, 8B and 79. RGB value is (207,139,121). Sum of RGB (Red+Green+Blue) = 207+139+121=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B79 is #307486. Grayscale: #9D9D9D. Windows color (decimal): -3175559 or 7965647. OLE color: 7965647.
HSL color Cylindrical-coordinate representation of color #CF8B79: hue angle of 12.56º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF8B79 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 121 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.19 |
| HSL | 12.56º | 0.47% | 0.64% | - |
| HSV(B) | 12.56º | 0.42% | 0.81% | - |
| XYZ | 38.42 | 33.11 | 22.46 | - |
| YUV | 157.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 121 | 0 | 0.33 | 0.42 | 0.19 | 12.56 | 0.47 | 0.64 |
| Hex | CF | 8B | 79 | 0 | 21 | 2A | 13 | D | 2F | 40 |
| Octal | 317 | 213 | 171 | 0 | 41 | 52 | 23 | 15 | 57 | 100 |
| Binary | 11001111 | 10001011 | 1111001 | 0 | 100001 | 101010 | 10011 | 1101 | 101111 | 1000000 |
Color Harmonies of #CF8B79
Complementary color
Monochromatic Colors of #CF8B79
Black with #CF8B79
Text Example
Text Example
White with #CF8B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B79; }
p { color: rgb(207,139,121); }
H1.HeaderClassName
{
color: #CF8B79;
}
.AnyTagClassName
{
color: #CF8B79;
}
</style>
background-color css
<style>
a { background-color: #CF8B79; }
a { background-color: rgb(207,139,121); }
div.DivClassName
{
background-color: #CF8B79;
}
.BgClassName
{
background-color: #CF8B79;
}
</style>
border-color css
<style>
span { border-color: #CF8B79; }
span { border-color: rgb(207,139,121); }
td.TdClassName
{
border-color: #CF8B79;
}
.TagClassName
{
border-color: #CF8B79;
}
</style>