Shades of Oriental Pink #C99089
Tints of Oriental Pink #C99089
RGB
CMYK
RGB Variations
Color information
#C99089 (or 0xC99089) is known color: Oriental Pink. HEX triplet: C9, 90 and 89. RGB value is (201,144,137). Sum of RGB (Red+Green+Blue) = 201+144+137=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C99089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99089 is #366F76. Grayscale: #A0A0A0. Windows color (decimal): -3567479 or 9015497. OLE color: 9015497.
HSL color Cylindrical-coordinate representation of color #C99089: hue angle of 6.56º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C99089 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 137 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.21 |
| HSL | 6.56º | 0.37% | 0.66% | - |
| HSV(B) | 6.56º | 0.32% | 0.79% | - |
| XYZ | 38.58 | 34.17 | 28.23 | - |
| YUV | 160.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 137 | 0 | 0.28 | 0.32 | 0.21 | 6.56 | 0.37 | 0.66 |
| Hex | C9 | 90 | 89 | 0 | 1C | 20 | 15 | 7 | 25 | 42 |
| Octal | 311 | 220 | 211 | 0 | 34 | 40 | 25 | 7 | 45 | 102 |
| Binary | 11001001 | 10010000 | 10001001 | 0 | 11100 | 100000 | 10101 | 111 | 100101 | 1000010 |
Color Harmonies of #C99089
Complementary color
Monochromatic Colors of #C99089
Black with #C99089
Text Example
Text Example
White with #C99089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99089; }
p { color: rgb(201,144,137); }
H1.HeaderClassName
{
color: #C99089;
}
.AnyTagClassName
{
color: #C99089;
}
</style>
background-color css
<style>
a { background-color: #C99089; }
a { background-color: rgb(201,144,137); }
div.DivClassName
{
background-color: #C99089;
}
.BgClassName
{
background-color: #C99089;
}
</style>
border-color css
<style>
span { border-color: #C99089; }
span { border-color: rgb(201,144,137); }
td.TdClassName
{
border-color: #C99089;
}
.TagClassName
{
border-color: #C99089;
}
</style>