Shades of My Pink #CF837E
Tints of My Pink #CF837E
RGB
CMYK
RGB Variations
Color information
#CF837E (or 0xCF837E) is known color: My Pink. HEX triplet: CF, 83 and 7E. RGB value is (207,131,126). Sum of RGB (Red+Green+Blue) = 207+131+126=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF837E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF837E is #307C81. Grayscale: #999999. Windows color (decimal): -3177602 or 8291279. OLE color: 8291279.
HSL color Cylindrical-coordinate representation of color #CF837E: hue angle of 3.7º 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 #CF837E is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 126 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.19 |
| HSL | 3.7º | 0.46% | 0.65% | - |
| HSV(B) | 3.7º | 0.39% | 0.81% | - |
| XYZ | 37.61 | 31 | 23.74 | - |
| YUV | 153.15 | 112.68 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 126 | 0 | 0.37 | 0.39 | 0.19 | 3.7 | 0.46 | 0.65 |
| Hex | CF | 83 | 7E | 0 | 25 | 27 | 13 | 4 | 2E | 41 |
| Octal | 317 | 203 | 176 | 0 | 45 | 47 | 23 | 4 | 56 | 101 |
| Binary | 11001111 | 10000011 | 1111110 | 0 | 100101 | 100111 | 10011 | 100 | 101110 | 1000001 |
Color Harmonies of #CF837E
Complementary color
Monochromatic Colors of #CF837E
Black with #CF837E
Text Example
Text Example
White with #CF837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF837E; }
p { color: rgb(207,131,126); }
H1.HeaderClassName
{
color: #CF837E;
}
.AnyTagClassName
{
color: #CF837E;
}
</style>
background-color css
<style>
a { background-color: #CF837E; }
a { background-color: rgb(207,131,126); }
div.DivClassName
{
background-color: #CF837E;
}
.BgClassName
{
background-color: #CF837E;
}
</style>
border-color css
<style>
span { border-color: #CF837E; }
span { border-color: rgb(207,131,126); }
td.TdClassName
{
border-color: #CF837E;
}
.TagClassName
{
border-color: #CF837E;
}
</style>