Shades of My Pink #CF8F7D
Tints of My Pink #CF8F7D
RGB
CMYK
RGB Variations
Color information
#CF8F7D (or 0xCF8F7D) is known color: My Pink. HEX triplet: CF, 8F and 7D. RGB value is (207,143,125). Sum of RGB (Red+Green+Blue) = 207+143+125=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F7D is #307082. Grayscale: #A0A0A0. Windows color (decimal): -3174531 or 8228815. OLE color: 8228815.
HSL color Cylindrical-coordinate representation of color #CF8F7D: hue angle of 13.17º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF8F7D is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 125 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.19 |
| HSL | 13.17º | 0.46% | 0.65% | - |
| HSV(B) | 13.17º | 0.4% | 0.81% | - |
| XYZ | 39.26 | 34.39 | 23.97 | - |
| YUV | 160.08 | 108.2 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 125 | 0 | 0.31 | 0.40 | 0.19 | 13.17 | 0.46 | 0.65 |
| Hex | CF | 8F | 7D | 0 | 1F | 28 | 13 | D | 2E | 41 |
| Octal | 317 | 217 | 175 | 0 | 37 | 50 | 23 | 15 | 56 | 101 |
| Binary | 11001111 | 10001111 | 1111101 | 0 | 11111 | 101000 | 10011 | 1101 | 101110 | 1000001 |
Color Harmonies of #CF8F7D
Complementary color
Monochromatic Colors of #CF8F7D
Black with #CF8F7D
Text Example
Text Example
White with #CF8F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F7D; }
p { color: rgb(207,143,125); }
H1.HeaderClassName
{
color: #CF8F7D;
}
.AnyTagClassName
{
color: #CF8F7D;
}
</style>
background-color css
<style>
a { background-color: #CF8F7D; }
a { background-color: rgb(207,143,125); }
div.DivClassName
{
background-color: #CF8F7D;
}
.BgClassName
{
background-color: #CF8F7D;
}
</style>
border-color css
<style>
span { border-color: #CF8F7D; }
span { border-color: rgb(207,143,125); }
td.TdClassName
{
border-color: #CF8F7D;
}
.TagClassName
{
border-color: #CF8F7D;
}
</style>