Shades of Oriental Pink #CF8C8A
Tints of Oriental Pink #CF8C8A
RGB
CMYK
RGB Variations
Color information
#CF8C8A (or 0xCF8C8A) is known color: Oriental Pink. HEX triplet: CF, 8C and 8A. RGB value is (207,140,138). Sum of RGB (Red+Green+Blue) = 207+140+138=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8C8A is #307375. Grayscale: #9F9F9F. Windows color (decimal): -3175286 or 9080015. OLE color: 9080015.
HSL color Cylindrical-coordinate representation of color #CF8C8A: hue angle of 1.74º 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 #CF8C8A is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 138 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.19 |
| HSL | 1.74º | 0.42% | 0.68% | - |
| HSV(B) | 1.74º | 0.33% | 0.81% | - |
| XYZ | 39.7 | 33.86 | 28.49 | - |
| YUV | 159.81 | 115.7 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 138 | 0 | 0.32 | 0.33 | 0.19 | 1.74 | 0.42 | 0.68 |
| Hex | CF | 8C | 8A | 0 | 20 | 21 | 13 | 2 | 2A | 44 |
| Octal | 317 | 214 | 212 | 0 | 40 | 41 | 23 | 2 | 52 | 104 |
| Binary | 11001111 | 10001100 | 10001010 | 0 | 100000 | 100001 | 10011 | 10 | 101010 | 1000100 |
Color Harmonies of #CF8C8A
Complementary color
Monochromatic Colors of #CF8C8A
Black with #CF8C8A
Text Example
Text Example
White with #CF8C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C8A; }
p { color: rgb(207,140,138); }
H1.HeaderClassName
{
color: #CF8C8A;
}
.AnyTagClassName
{
color: #CF8C8A;
}
</style>
background-color css
<style>
a { background-color: #CF8C8A; }
a { background-color: rgb(207,140,138); }
div.DivClassName
{
background-color: #CF8C8A;
}
.BgClassName
{
background-color: #CF8C8A;
}
</style>
border-color css
<style>
span { border-color: #CF8C8A; }
span { border-color: rgb(207,140,138); }
td.TdClassName
{
border-color: #CF8C8A;
}
.TagClassName
{
border-color: #CF8C8A;
}
</style>