Shades of My Pink #CF8A7E
Tints of My Pink #CF8A7E
RGB
CMYK
RGB Variations
Color information
#CF8A7E (or 0xCF8A7E) is known color: My Pink. HEX triplet: CF, 8A and 7E. RGB value is (207,138,126). Sum of RGB (Red+Green+Blue) = 207+138+126=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8A7E is #307581. Grayscale: #9D9D9D. Windows color (decimal): -3175810 or 8293071. OLE color: 8293071.
HSL color Cylindrical-coordinate representation of color #CF8A7E: hue angle of 8.89º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF8A7E is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 126 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.19 |
| HSL | 8.89º | 0.46% | 0.65% | - |
| HSV(B) | 8.89º | 0.39% | 0.81% | - |
| XYZ | 38.59 | 32.95 | 24.06 | - |
| YUV | 157.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 126 | 0 | 0.33 | 0.39 | 0.19 | 8.89 | 0.46 | 0.65 |
| Hex | CF | 8A | 7E | 0 | 21 | 27 | 13 | 9 | 2E | 41 |
| Octal | 317 | 212 | 176 | 0 | 41 | 47 | 23 | 11 | 56 | 101 |
| Binary | 11001111 | 10001010 | 1111110 | 0 | 100001 | 100111 | 10011 | 1001 | 101110 | 1000001 |
Color Harmonies of #CF8A7E
Complementary color
Monochromatic Colors of #CF8A7E
Black with #CF8A7E
Text Example
Text Example
White with #CF8A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A7E; }
p { color: rgb(207,138,126); }
H1.HeaderClassName
{
color: #CF8A7E;
}
.AnyTagClassName
{
color: #CF8A7E;
}
</style>
background-color css
<style>
a { background-color: #CF8A7E; }
a { background-color: rgb(207,138,126); }
div.DivClassName
{
background-color: #CF8A7E;
}
.BgClassName
{
background-color: #CF8A7E;
}
</style>
border-color css
<style>
span { border-color: #CF8A7E; }
span { border-color: rgb(207,138,126); }
td.TdClassName
{
border-color: #CF8A7E;
}
.TagClassName
{
border-color: #CF8A7E;
}
</style>