Shades of Oriental Pink #C98F87
Tints of Oriental Pink #C98F87
RGB
CMYK
RGB Variations
Color information
#C98F87 (or 0xC98F87) is known color: Oriental Pink. HEX triplet: C9, 8F and 87. RGB value is (201,143,135). Sum of RGB (Red+Green+Blue) = 201+143+135=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98F87 is #367078. Grayscale: #9F9F9F. Windows color (decimal): -3567737 or 8884169. OLE color: 8884169.
HSL color Cylindrical-coordinate representation of color #C98F87: hue angle of 7.27º 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 #C98F87 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 135 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.21 |
| HSL | 7.27º | 0.38% | 0.66% | - |
| HSV(B) | 7.27º | 0.33% | 0.79% | - |
| XYZ | 38.28 | 33.81 | 27.43 | - |
| YUV | 159.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 135 | 0 | 0.29 | 0.33 | 0.21 | 7.27 | 0.38 | 0.66 |
| Hex | C9 | 8F | 87 | 0 | 1D | 21 | 15 | 7 | 26 | 42 |
| Octal | 311 | 217 | 207 | 0 | 35 | 41 | 25 | 7 | 46 | 102 |
| Binary | 11001001 | 10001111 | 10000111 | 0 | 11101 | 100001 | 10101 | 111 | 100110 | 1000010 |
Color Harmonies of #C98F87
Complementary color
Monochromatic Colors of #C98F87
Black with #C98F87
Text Example
Text Example
White with #C98F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F87; }
p { color: rgb(201,143,135); }
H1.HeaderClassName
{
color: #C98F87;
}
.AnyTagClassName
{
color: #C98F87;
}
</style>
background-color css
<style>
a { background-color: #C98F87; }
a { background-color: rgb(201,143,135); }
div.DivClassName
{
background-color: #C98F87;
}
.BgClassName
{
background-color: #C98F87;
}
</style>
border-color css
<style>
span { border-color: #C98F87; }
span { border-color: rgb(201,143,135); }
td.TdClassName
{
border-color: #C98F87;
}
.TagClassName
{
border-color: #C98F87;
}
</style>