Shades of Oriental Pink #CF8E8A
Tints of Oriental Pink #CF8E8A
RGB
CMYK
RGB Variations
Color information
#CF8E8A (or 0xCF8E8A) is known color: Oriental Pink. HEX triplet: CF, 8E and 8A. RGB value is (207,142,138). Sum of RGB (Red+Green+Blue) = 207+142+138=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8E8A is #307175. Grayscale: #A1A1A1. Windows color (decimal): -3174774 or 9080527. OLE color: 9080527.
HSL color Cylindrical-coordinate representation of color #CF8E8A: hue angle of 3.48º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8E8A is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 138 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.19 |
| HSL | 3.48º | 0.42% | 0.68% | - |
| HSV(B) | 3.48º | 0.33% | 0.81% | - |
| XYZ | 39.99 | 34.45 | 28.59 | - |
| YUV | 160.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 138 | 0 | 0.31 | 0.33 | 0.19 | 3.48 | 0.42 | 0.68 |
| Hex | CF | 8E | 8A | 0 | 1F | 21 | 13 | 3 | 2A | 44 |
| Octal | 317 | 216 | 212 | 0 | 37 | 41 | 23 | 3 | 52 | 104 |
| Binary | 11001111 | 10001110 | 10001010 | 0 | 11111 | 100001 | 10011 | 11 | 101010 | 1000100 |
Color Harmonies of #CF8E8A
Complementary color
Monochromatic Colors of #CF8E8A
Black with #CF8E8A
Text Example
Text Example
White with #CF8E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8E8A; }
p { color: rgb(207,142,138); }
H1.HeaderClassName
{
color: #CF8E8A;
}
.AnyTagClassName
{
color: #CF8E8A;
}
</style>
background-color css
<style>
a { background-color: #CF8E8A; }
a { background-color: rgb(207,142,138); }
div.DivClassName
{
background-color: #CF8E8A;
}
.BgClassName
{
background-color: #CF8E8A;
}
</style>
border-color css
<style>
span { border-color: #CF8E8A; }
span { border-color: rgb(207,142,138); }
td.TdClassName
{
border-color: #CF8E8A;
}
.TagClassName
{
border-color: #CF8E8A;
}
</style>