Shades of My Pink #CF827B
Tints of My Pink #CF827B
RGB
CMYK
RGB Variations
Color information
#CF827B (or 0xCF827B) is known color: My Pink. HEX triplet: CF, 82 and 7B. RGB value is (207,130,123). Sum of RGB (Red+Green+Blue) = 207+130+123=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF827B is #307D84. Grayscale: #989898. Windows color (decimal): -3177861 or 8094415. OLE color: 8094415.
HSL color Cylindrical-coordinate representation of color #CF827B: hue angle of 5º 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 #CF827B is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 123 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.19 |
| HSL | 5º | 0.47% | 0.65% | - |
| HSV(B) | 5º | 0.41% | 0.81% | - |
| XYZ | 37.29 | 30.66 | 22.69 | - |
| YUV | 152.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 123 | 0 | 0.37 | 0.41 | 0.19 | 5 | 0.47 | 0.65 |
| Hex | CF | 82 | 7B | 0 | 25 | 29 | 13 | 5 | 2F | 41 |
| Octal | 317 | 202 | 173 | 0 | 45 | 51 | 23 | 5 | 57 | 101 |
| Binary | 11001111 | 10000010 | 1111011 | 0 | 100101 | 101001 | 10011 | 101 | 101111 | 1000001 |
Color Harmonies of #CF827B
Complementary color
Monochromatic Colors of #CF827B
Black with #CF827B
Text Example
Text Example
White with #CF827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF827B; }
p { color: rgb(207,130,123); }
H1.HeaderClassName
{
color: #CF827B;
}
.AnyTagClassName
{
color: #CF827B;
}
</style>
background-color css
<style>
a { background-color: #CF827B; }
a { background-color: rgb(207,130,123); }
div.DivClassName
{
background-color: #CF827B;
}
.BgClassName
{
background-color: #CF827B;
}
</style>
border-color css
<style>
span { border-color: #CF827B; }
span { border-color: rgb(207,130,123); }
td.TdClassName
{
border-color: #CF827B;
}
.TagClassName
{
border-color: #CF827B;
}
</style>