Shades of My Pink #CF8576
Tints of My Pink #CF8576
RGB
CMYK
RGB Variations
Color information
#CF8576 (or 0xCF8576) is known color: My Pink. HEX triplet: CF, 85 and 76. RGB value is (207,133,118). Sum of RGB (Red+Green+Blue) = 207+133+118=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8576 is #307A89. Grayscale: #999999. Windows color (decimal): -3177098 or 7767503. OLE color: 7767503.
HSL color Cylindrical-coordinate representation of color #CF8576: hue angle of 10.11º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF8576 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 118 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.19 |
| HSL | 10.11º | 0.48% | 0.64% | - |
| HSV(B) | 10.11º | 0.43% | 0.81% | - |
| XYZ | 37.39 | 31.35 | 21.22 | - |
| YUV | 153.42 | 108.02 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 118 | 0 | 0.36 | 0.43 | 0.19 | 10.11 | 0.48 | 0.64 |
| Hex | CF | 85 | 76 | 0 | 24 | 2B | 13 | A | 30 | 40 |
| Octal | 317 | 205 | 166 | 0 | 44 | 53 | 23 | 12 | 60 | 100 |
| Binary | 11001111 | 10000101 | 1110110 | 0 | 100100 | 101011 | 10011 | 1010 | 110000 | 1000000 |
Color Harmonies of #CF8576
Complementary color
Monochromatic Colors of #CF8576
Black with #CF8576
Text Example
Text Example
White with #CF8576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8576; }
p { color: rgb(207,133,118); }
H1.HeaderClassName
{
color: #CF8576;
}
.AnyTagClassName
{
color: #CF8576;
}
</style>
background-color css
<style>
a { background-color: #CF8576; }
a { background-color: rgb(207,133,118); }
div.DivClassName
{
background-color: #CF8576;
}
.BgClassName
{
background-color: #CF8576;
}
</style>
border-color css
<style>
span { border-color: #CF8576; }
span { border-color: rgb(207,133,118); }
td.TdClassName
{
border-color: #CF8576;
}
.TagClassName
{
border-color: #CF8576;
}
</style>