Shades of Oriental Pink #CF8B8A
Tints of Oriental Pink #CF8B8A
RGB
CMYK
RGB Variations
Color information
#CF8B8A (or 0xCF8B8A) is known color: Oriental Pink. HEX triplet: CF, 8B and 8A. RGB value is (207,139,138). Sum of RGB (Red+Green+Blue) = 207+139+138=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8B8A is #307475. Grayscale: #9F9F9F. Windows color (decimal): -3175542 or 9079759. OLE color: 9079759.
HSL color Cylindrical-coordinate representation of color #CF8B8A: hue angle of 0.87º 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 #CF8B8A is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 138 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.19 |
| HSL | 0.87º | 0.42% | 0.68% | - |
| HSV(B) | 0.87º | 0.33% | 0.81% | - |
| XYZ | 39.55 | 33.57 | 28.44 | - |
| YUV | 159.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 138 | 0 | 0.33 | 0.33 | 0.19 | 0.87 | 0.42 | 0.68 |
| Hex | CF | 8B | 8A | 0 | 21 | 21 | 13 | 1 | 2A | 44 |
| Octal | 317 | 213 | 212 | 0 | 41 | 41 | 23 | 1 | 52 | 104 |
| Binary | 11001111 | 10001011 | 10001010 | 0 | 100001 | 100001 | 10011 | 1 | 101010 | 1000100 |
Color Harmonies of #CF8B8A
Complementary color
Monochromatic Colors of #CF8B8A
Black with #CF8B8A
Text Example
Text Example
White with #CF8B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B8A; }
p { color: rgb(207,139,138); }
H1.HeaderClassName
{
color: #CF8B8A;
}
.AnyTagClassName
{
color: #CF8B8A;
}
</style>
background-color css
<style>
a { background-color: #CF8B8A; }
a { background-color: rgb(207,139,138); }
div.DivClassName
{
background-color: #CF8B8A;
}
.BgClassName
{
background-color: #CF8B8A;
}
</style>
border-color css
<style>
span { border-color: #CF8B8A; }
span { border-color: rgb(207,139,138); }
td.TdClassName
{
border-color: #CF8B8A;
}
.TagClassName
{
border-color: #CF8B8A;
}
</style>