Shades of My Pink #CF837A
Tints of My Pink #CF837A
RGB
CMYK
RGB Variations
Color information
#CF837A (or 0xCF837A) is known color: My Pink. HEX triplet: CF, 83 and 7A. RGB value is (207,131,122). Sum of RGB (Red+Green+Blue) = 207+131+122=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF837A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF837A is #307C85. Grayscale: #989898. Windows color (decimal): -3177606 or 8029135. OLE color: 8029135.
HSL color Cylindrical-coordinate representation of color #CF837A: hue angle of 6.35º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF837A is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 122 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.19 |
| HSL | 6.35º | 0.47% | 0.65% | - |
| HSV(B) | 6.35º | 0.41% | 0.81% | - |
| XYZ | 37.36 | 30.9 | 22.41 | - |
| YUV | 152.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 122 | 0 | 0.37 | 0.41 | 0.19 | 6.35 | 0.47 | 0.65 |
| Hex | CF | 83 | 7A | 0 | 25 | 29 | 13 | 6 | 2F | 41 |
| Octal | 317 | 203 | 172 | 0 | 45 | 51 | 23 | 6 | 57 | 101 |
| Binary | 11001111 | 10000011 | 1111010 | 0 | 100101 | 101001 | 10011 | 110 | 101111 | 1000001 |
Color Harmonies of #CF837A
Complementary color
Monochromatic Colors of #CF837A
Black with #CF837A
Text Example
Text Example
White with #CF837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF837A; }
p { color: rgb(207,131,122); }
H1.HeaderClassName
{
color: #CF837A;
}
.AnyTagClassName
{
color: #CF837A;
}
</style>
background-color css
<style>
a { background-color: #CF837A; }
a { background-color: rgb(207,131,122); }
div.DivClassName
{
background-color: #CF837A;
}
.BgClassName
{
background-color: #CF837A;
}
</style>
border-color css
<style>
span { border-color: #CF837A; }
span { border-color: rgb(207,131,122); }
td.TdClassName
{
border-color: #CF837A;
}
.TagClassName
{
border-color: #CF837A;
}
</style>