Shades of My Pink #CF837D
Tints of My Pink #CF837D
RGB
CMYK
RGB Variations
Color information
#CF837D (or 0xCF837D) is known color: My Pink. HEX triplet: CF, 83 and 7D. RGB value is (207,131,125). Sum of RGB (Red+Green+Blue) = 207+131+125=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF837D is #307C82. Grayscale: #999999. Windows color (decimal): -3177603 or 8225743. OLE color: 8225743.
HSL color Cylindrical-coordinate representation of color #CF837D: hue angle of 4.39º 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 #CF837D is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 125 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.19 |
| HSL | 4.39º | 0.46% | 0.65% | - |
| HSV(B) | 4.39º | 0.4% | 0.81% | - |
| XYZ | 37.55 | 30.98 | 23.4 | - |
| YUV | 153.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 125 | 0 | 0.37 | 0.40 | 0.19 | 4.39 | 0.46 | 0.65 |
| Hex | CF | 83 | 7D | 0 | 25 | 28 | 13 | 4 | 2E | 41 |
| Octal | 317 | 203 | 175 | 0 | 45 | 50 | 23 | 4 | 56 | 101 |
| Binary | 11001111 | 10000011 | 1111101 | 0 | 100101 | 101000 | 10011 | 100 | 101110 | 1000001 |
Color Harmonies of #CF837D
Complementary color
Monochromatic Colors of #CF837D
Black with #CF837D
Text Example
Text Example
White with #CF837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF837D; }
p { color: rgb(207,131,125); }
H1.HeaderClassName
{
color: #CF837D;
}
.AnyTagClassName
{
color: #CF837D;
}
</style>
background-color css
<style>
a { background-color: #CF837D; }
a { background-color: rgb(207,131,125); }
div.DivClassName
{
background-color: #CF837D;
}
.BgClassName
{
background-color: #CF837D;
}
</style>
border-color css
<style>
span { border-color: #CF837D; }
span { border-color: rgb(207,131,125); }
td.TdClassName
{
border-color: #CF837D;
}
.TagClassName
{
border-color: #CF837D;
}
</style>