Shades of My Pink #CF857D
Tints of My Pink #CF857D
RGB
CMYK
RGB Variations
Color information
#CF857D (or 0xCF857D) is known color: My Pink. HEX triplet: CF, 85 and 7D. RGB value is (207,133,125). Sum of RGB (Red+Green+Blue) = 207+133+125=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF857D is #307A82. Grayscale: #9A9A9A. Windows color (decimal): -3177091 or 8226255. OLE color: 8226255.
HSL color Cylindrical-coordinate representation of color #CF857D: hue angle of 5.85º 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 #CF857D is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 125 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.19 |
| HSL | 5.85º | 0.46% | 0.65% | - |
| HSV(B) | 5.85º | 0.4% | 0.81% | - |
| XYZ | 37.82 | 31.52 | 23.49 | - |
| YUV | 154.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 125 | 0 | 0.36 | 0.40 | 0.19 | 5.85 | 0.46 | 0.65 |
| Hex | CF | 85 | 7D | 0 | 24 | 28 | 13 | 6 | 2E | 41 |
| Octal | 317 | 205 | 175 | 0 | 44 | 50 | 23 | 6 | 56 | 101 |
| Binary | 11001111 | 10000101 | 1111101 | 0 | 100100 | 101000 | 10011 | 110 | 101110 | 1000001 |
Color Harmonies of #CF857D
Complementary color
Monochromatic Colors of #CF857D
Black with #CF857D
Text Example
Text Example
White with #CF857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF857D; }
p { color: rgb(207,133,125); }
H1.HeaderClassName
{
color: #CF857D;
}
.AnyTagClassName
{
color: #CF857D;
}
</style>
background-color css
<style>
a { background-color: #CF857D; }
a { background-color: rgb(207,133,125); }
div.DivClassName
{
background-color: #CF857D;
}
.BgClassName
{
background-color: #CF857D;
}
</style>
border-color css
<style>
span { border-color: #CF857D; }
span { border-color: rgb(207,133,125); }
td.TdClassName
{
border-color: #CF857D;
}
.TagClassName
{
border-color: #CF857D;
}
</style>