Shades of My Pink #CF8377
Tints of My Pink #CF8377
RGB
CMYK
RGB Variations
Color information
#CF8377 (or 0xCF8377) is known color: My Pink. HEX triplet: CF, 83 and 77. RGB value is (207,131,119). Sum of RGB (Red+Green+Blue) = 207+131+119=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8377 is #307C88. Grayscale: #989898. Windows color (decimal): -3177609 or 7832527. OLE color: 7832527.
HSL color Cylindrical-coordinate representation of color #CF8377: hue angle of 8.18º 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 #CF8377 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 119 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.19 |
| HSL | 8.18º | 0.48% | 0.64% | - |
| HSV(B) | 8.18º | 0.43% | 0.81% | - |
| XYZ | 37.18 | 30.83 | 21.44 | - |
| YUV | 152.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 119 | 0 | 0.37 | 0.43 | 0.19 | 8.18 | 0.48 | 0.64 |
| Hex | CF | 83 | 77 | 0 | 25 | 2B | 13 | 8 | 30 | 40 |
| Octal | 317 | 203 | 167 | 0 | 45 | 53 | 23 | 10 | 60 | 100 |
| Binary | 11001111 | 10000011 | 1110111 | 0 | 100101 | 101011 | 10011 | 1000 | 110000 | 1000000 |
Color Harmonies of #CF8377
Complementary color
Monochromatic Colors of #CF8377
Black with #CF8377
Text Example
Text Example
White with #CF8377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8377; }
p { color: rgb(207,131,119); }
H1.HeaderClassName
{
color: #CF8377;
}
.AnyTagClassName
{
color: #CF8377;
}
</style>
background-color css
<style>
a { background-color: #CF8377; }
a { background-color: rgb(207,131,119); }
div.DivClassName
{
background-color: #CF8377;
}
.BgClassName
{
background-color: #CF8377;
}
</style>
border-color css
<style>
span { border-color: #CF8377; }
span { border-color: rgb(207,131,119); }
td.TdClassName
{
border-color: #CF8377;
}
.TagClassName
{
border-color: #CF8377;
}
</style>