Shades of Oriental Pink #C08B86
Tints of Oriental Pink #C08B86
RGB
CMYK
RGB Variations
Color information
#C08B86 (or 0xC08B86) is known color: Oriental Pink. HEX triplet: C0, 8B and 86. RGB value is (192,139,134). Sum of RGB (Red+Green+Blue) = 192+139+134=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08B86 is #3F7479. Grayscale: #9A9A9A. Windows color (decimal): -4158586 or 8817600. OLE color: 8817600.
HSL color Cylindrical-coordinate representation of color #C08B86: hue angle of 5.17º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08B86 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 134 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.25 |
| HSL | 5.17º | 0.32% | 0.64% | - |
| HSV(B) | 5.17º | 0.3% | 0.75% | - |
| XYZ | 35.27 | 31.39 | 26.75 | - |
| YUV | 154.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 134 | 0 | 0.28 | 0.30 | 0.25 | 5.17 | 0.32 | 0.64 |
| Hex | C0 | 8B | 86 | 0 | 1C | 1E | 19 | 5 | 20 | 40 |
| Octal | 300 | 213 | 206 | 0 | 34 | 36 | 31 | 5 | 40 | 100 |
| Binary | 11000000 | 10001011 | 10000110 | 0 | 11100 | 11110 | 11001 | 101 | 100000 | 1000000 |
Color Harmonies of #C08B86
Complementary color
Monochromatic Colors of #C08B86
Black with #C08B86
Text Example
Text Example
White with #C08B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08B86; }
p { color: rgb(192,139,134); }
H1.HeaderClassName
{
color: #C08B86;
}
.AnyTagClassName
{
color: #C08B86;
}
</style>
background-color css
<style>
a { background-color: #C08B86; }
a { background-color: rgb(192,139,134); }
div.DivClassName
{
background-color: #C08B86;
}
.BgClassName
{
background-color: #C08B86;
}
</style>
border-color css
<style>
span { border-color: #C08B86; }
span { border-color: rgb(192,139,134); }
td.TdClassName
{
border-color: #C08B86;
}
.TagClassName
{
border-color: #C08B86;
}
</style>