Shades of My Pink #CF8584
Tints of My Pink #CF8584
RGB
CMYK
RGB Variations
Color information
#CF8584 (or 0xCF8584) is known color: My Pink. HEX triplet: CF, 85 and 84. RGB value is (207,133,132). Sum of RGB (Red+Green+Blue) = 207+133+132=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8584 is #307A7B. Grayscale: #9B9B9B. Windows color (decimal): -3177084 or 8685007. OLE color: 8685007.
HSL color Cylindrical-coordinate representation of color #CF8584: hue angle of 0.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF8584 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 132 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.19 |
| HSL | 0.8º | 0.44% | 0.66% | - |
| HSV(B) | 0.8º | 0.36% | 0.81% | - |
| XYZ | 38.28 | 31.71 | 25.93 | - |
| YUV | 155.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 132 | 0 | 0.36 | 0.36 | 0.19 | 0.8 | 0.44 | 0.66 |
| Hex | CF | 85 | 84 | 0 | 24 | 24 | 13 | 1 | 2C | 42 |
| Octal | 317 | 205 | 204 | 0 | 44 | 44 | 23 | 1 | 54 | 102 |
| Binary | 11001111 | 10000101 | 10000100 | 0 | 100100 | 100100 | 10011 | 1 | 101100 | 1000010 |
Color Harmonies of #CF8584
Complementary color
Monochromatic Colors of #CF8584
Black with #CF8584
Text Example
Text Example
White with #CF8584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8584; }
p { color: rgb(207,133,132); }
H1.HeaderClassName
{
color: #CF8584;
}
.AnyTagClassName
{
color: #CF8584;
}
</style>
background-color css
<style>
a { background-color: #CF8584; }
a { background-color: rgb(207,133,132); }
div.DivClassName
{
background-color: #CF8584;
}
.BgClassName
{
background-color: #CF8584;
}
</style>
border-color css
<style>
span { border-color: #CF8584; }
span { border-color: rgb(207,133,132); }
td.TdClassName
{
border-color: #CF8584;
}
.TagClassName
{
border-color: #CF8584;
}
</style>