Shades of Oriental Pink #CF8D8C
Tints of Oriental Pink #CF8D8C
RGB
CMYK
RGB Variations
Color information
#CF8D8C (or 0xCF8D8C) is known color: Oriental Pink. HEX triplet: CF, 8D and 8C. RGB value is (207,141,140). Sum of RGB (Red+Green+Blue) = 207+141+140=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8D8C is #307273. Grayscale: #A0A0A0. Windows color (decimal): -3175028 or 9211343. OLE color: 9211343.
HSL color Cylindrical-coordinate representation of color #CF8D8C: hue angle of 0.9º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8D8C is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 140 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.19 |
| HSL | 0.9º | 0.41% | 0.68% | - |
| HSV(B) | 0.9º | 0.32% | 0.81% | - |
| XYZ | 39.99 | 34.21 | 29.31 | - |
| YUV | 160.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 140 | 0 | 0.32 | 0.32 | 0.19 | 0.9 | 0.41 | 0.68 |
| Hex | CF | 8D | 8C | 0 | 20 | 20 | 13 | 1 | 29 | 44 |
| Octal | 317 | 215 | 214 | 0 | 40 | 40 | 23 | 1 | 51 | 104 |
| Binary | 11001111 | 10001101 | 10001100 | 0 | 100000 | 100000 | 10011 | 1 | 101001 | 1000100 |
Color Harmonies of #CF8D8C
Complementary color
Monochromatic Colors of #CF8D8C
Black with #CF8D8C
Text Example
Text Example
White with #CF8D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D8C; }
p { color: rgb(207,141,140); }
H1.HeaderClassName
{
color: #CF8D8C;
}
.AnyTagClassName
{
color: #CF8D8C;
}
</style>
background-color css
<style>
a { background-color: #CF8D8C; }
a { background-color: rgb(207,141,140); }
div.DivClassName
{
background-color: #CF8D8C;
}
.BgClassName
{
background-color: #CF8D8C;
}
</style>
border-color css
<style>
span { border-color: #CF8D8C; }
span { border-color: rgb(207,141,140); }
td.TdClassName
{
border-color: #CF8D8C;
}
.TagClassName
{
border-color: #CF8D8C;
}
</style>