Shades of Oriental Pink #C98B87
Tints of Oriental Pink #C98B87
RGB
CMYK
RGB Variations
Color information
#C98B87 (or 0xC98B87) is known color: Oriental Pink. HEX triplet: C9, 8B and 87. RGB value is (201,139,135). Sum of RGB (Red+Green+Blue) = 201+139+135=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98B87 is #367478. Grayscale: #9D9D9D. Windows color (decimal): -3568761 or 8883145. OLE color: 8883145.
HSL color Cylindrical-coordinate representation of color #C98B87: hue angle of 3.64º 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 #C98B87 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 139 | 135 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.21 |
| HSL | 3.64º | 0.38% | 0.66% | - |
| HSV(B) | 3.64º | 0.33% | 0.79% | - |
| XYZ | 37.69 | 32.63 | 27.23 | - |
| YUV | 157.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 135 | 0 | 0.31 | 0.33 | 0.21 | 3.64 | 0.38 | 0.66 |
| Hex | C9 | 8B | 87 | 0 | 1F | 21 | 15 | 4 | 26 | 42 |
| Octal | 311 | 213 | 207 | 0 | 37 | 41 | 25 | 4 | 46 | 102 |
| Binary | 11001001 | 10001011 | 10000111 | 0 | 11111 | 100001 | 10101 | 100 | 100110 | 1000010 |
Color Harmonies of #C98B87
Complementary color
Monochromatic Colors of #C98B87
Black with #C98B87
Text Example
Text Example
White with #C98B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98B87; }
p { color: rgb(201,139,135); }
H1.HeaderClassName
{
color: #C98B87;
}
.AnyTagClassName
{
color: #C98B87;
}
</style>
background-color css
<style>
a { background-color: #C98B87; }
a { background-color: rgb(201,139,135); }
div.DivClassName
{
background-color: #C98B87;
}
.BgClassName
{
background-color: #C98B87;
}
</style>
border-color css
<style>
span { border-color: #C98B87; }
span { border-color: rgb(201,139,135); }
td.TdClassName
{
border-color: #C98B87;
}
.TagClassName
{
border-color: #C98B87;
}
</style>