Shades of My Pink #CF837C
Tints of My Pink #CF837C
RGB
CMYK
RGB Variations
Color information
#CF837C (or 0xCF837C) is known color: My Pink. HEX triplet: CF, 83 and 7C. RGB value is (207,131,124). Sum of RGB (Red+Green+Blue) = 207+131+124=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF837C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF837C is #307C83. Grayscale: #999999. Windows color (decimal): -3177604 or 8160207. OLE color: 8160207.
HSL color Cylindrical-coordinate representation of color #CF837C: hue angle of 5.06º 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 #CF837C is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 124 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.19 |
| HSL | 5.06º | 0.46% | 0.65% | - |
| HSV(B) | 5.06º | 0.4% | 0.81% | - |
| XYZ | 37.49 | 30.95 | 23.07 | - |
| YUV | 152.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 124 | 0 | 0.37 | 0.40 | 0.19 | 5.06 | 0.46 | 0.65 |
| Hex | CF | 83 | 7C | 0 | 25 | 28 | 13 | 5 | 2E | 41 |
| Octal | 317 | 203 | 174 | 0 | 45 | 50 | 23 | 5 | 56 | 101 |
| Binary | 11001111 | 10000011 | 1111100 | 0 | 100101 | 101000 | 10011 | 101 | 101110 | 1000001 |
Color Harmonies of #CF837C
Complementary color
Monochromatic Colors of #CF837C
Black with #CF837C
Text Example
Text Example
White with #CF837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF837C; }
p { color: rgb(207,131,124); }
H1.HeaderClassName
{
color: #CF837C;
}
.AnyTagClassName
{
color: #CF837C;
}
</style>
background-color css
<style>
a { background-color: #CF837C; }
a { background-color: rgb(207,131,124); }
div.DivClassName
{
background-color: #CF837C;
}
.BgClassName
{
background-color: #CF837C;
}
</style>
border-color css
<style>
span { border-color: #CF837C; }
span { border-color: rgb(207,131,124); }
td.TdClassName
{
border-color: #CF837C;
}
.TagClassName
{
border-color: #CF837C;
}
</style>