Shades of My Pink #CF8A78
Tints of My Pink #CF8A78
RGB
CMYK
RGB Variations
Color information
#CF8A78 (or 0xCF8A78) is known color: My Pink. HEX triplet: CF, 8A and 78. RGB value is (207,138,120). Sum of RGB (Red+Green+Blue) = 207+138+120=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8A78 is #307587. Grayscale: #9C9C9C. Windows color (decimal): -3175816 or 7899855. OLE color: 7899855.
HSL color Cylindrical-coordinate representation of color #CF8A78: hue angle of 12.41º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF8A78 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 120 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.19 |
| HSL | 12.41º | 0.48% | 0.64% | - |
| HSV(B) | 12.41º | 0.42% | 0.81% | - |
| XYZ | 38.21 | 32.8 | 22.09 | - |
| YUV | 156.58 | 107.36 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 120 | 0 | 0.33 | 0.42 | 0.19 | 12.41 | 0.48 | 0.64 |
| Hex | CF | 8A | 78 | 0 | 21 | 2A | 13 | C | 30 | 40 |
| Octal | 317 | 212 | 170 | 0 | 41 | 52 | 23 | 14 | 60 | 100 |
| Binary | 11001111 | 10001010 | 1111000 | 0 | 100001 | 101010 | 10011 | 1100 | 110000 | 1000000 |
Color Harmonies of #CF8A78
Complementary color
Monochromatic Colors of #CF8A78
Black with #CF8A78
Text Example
Text Example
White with #CF8A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A78; }
p { color: rgb(207,138,120); }
H1.HeaderClassName
{
color: #CF8A78;
}
.AnyTagClassName
{
color: #CF8A78;
}
</style>
background-color css
<style>
a { background-color: #CF8A78; }
a { background-color: rgb(207,138,120); }
div.DivClassName
{
background-color: #CF8A78;
}
.BgClassName
{
background-color: #CF8A78;
}
</style>
border-color css
<style>
span { border-color: #CF8A78; }
span { border-color: rgb(207,138,120); }
td.TdClassName
{
border-color: #CF8A78;
}
.TagClassName
{
border-color: #CF8A78;
}
</style>