Shades of Oriental Pink #C98C86
Tints of Oriental Pink #C98C86
RGB
CMYK
RGB Variations
Color information
#C98C86 (or 0xC98C86) is known color: Oriental Pink. HEX triplet: C9, 8C and 86. RGB value is (201,140,134). Sum of RGB (Red+Green+Blue) = 201+140+134=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98C86 is #367379. Grayscale: #9D9D9D. Windows color (decimal): -3568506 or 8817865. OLE color: 8817865.
HSL color Cylindrical-coordinate representation of color #C98C86: hue angle of 5.37º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C98C86 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 134 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.21 |
| HSL | 5.37º | 0.38% | 0.66% | - |
| HSV(B) | 5.37º | 0.33% | 0.79% | - |
| XYZ | 37.77 | 32.89 | 26.91 | - |
| YUV | 157.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 134 | 0 | 0.30 | 0.33 | 0.21 | 5.37 | 0.38 | 0.66 |
| Hex | C9 | 8C | 86 | 0 | 1E | 21 | 15 | 5 | 26 | 42 |
| Octal | 311 | 214 | 206 | 0 | 36 | 41 | 25 | 5 | 46 | 102 |
| Binary | 11001001 | 10001100 | 10000110 | 0 | 11110 | 100001 | 10101 | 101 | 100110 | 1000010 |
Color Harmonies of #C98C86
Complementary color
Monochromatic Colors of #C98C86
Black with #C98C86
Text Example
Text Example
White with #C98C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C86; }
p { color: rgb(201,140,134); }
H1.HeaderClassName
{
color: #C98C86;
}
.AnyTagClassName
{
color: #C98C86;
}
</style>
background-color css
<style>
a { background-color: #C98C86; }
a { background-color: rgb(201,140,134); }
div.DivClassName
{
background-color: #C98C86;
}
.BgClassName
{
background-color: #C98C86;
}
</style>
border-color css
<style>
span { border-color: #C98C86; }
span { border-color: rgb(201,140,134); }
td.TdClassName
{
border-color: #C98C86;
}
.TagClassName
{
border-color: #C98C86;
}
</style>