Shades of Oriental Pink #C99189
Tints of Oriental Pink #C99189
RGB
CMYK
RGB Variations
Color information
#C99189 (or 0xC99189) is known color: Oriental Pink. HEX triplet: C9, 91 and 89. RGB value is (201,145,137). Sum of RGB (Red+Green+Blue) = 201+145+137=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C99189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99189 is #366E76. Grayscale: #A0A0A0. Windows color (decimal): -3567223 or 9015753. OLE color: 9015753.
HSL color Cylindrical-coordinate representation of color #C99189: hue angle of 7.5º 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 #C99189 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 137 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.21 |
| HSL | 7.5º | 0.37% | 0.66% | - |
| HSV(B) | 7.5º | 0.32% | 0.79% | - |
| XYZ | 38.73 | 34.47 | 28.28 | - |
| YUV | 160.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 137 | 0 | 0.28 | 0.32 | 0.21 | 7.5 | 0.37 | 0.66 |
| Hex | C9 | 91 | 89 | 0 | 1C | 20 | 15 | 8 | 25 | 42 |
| Octal | 311 | 221 | 211 | 0 | 34 | 40 | 25 | 10 | 45 | 102 |
| Binary | 11001001 | 10010001 | 10001001 | 0 | 11100 | 100000 | 10101 | 1000 | 100101 | 1000010 |
Color Harmonies of #C99189
Complementary color
Monochromatic Colors of #C99189
Black with #C99189
Text Example
Text Example
White with #C99189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99189; }
p { color: rgb(201,145,137); }
H1.HeaderClassName
{
color: #C99189;
}
.AnyTagClassName
{
color: #C99189;
}
</style>
background-color css
<style>
a { background-color: #C99189; }
a { background-color: rgb(201,145,137); }
div.DivClassName
{
background-color: #C99189;
}
.BgClassName
{
background-color: #C99189;
}
</style>
border-color css
<style>
span { border-color: #C99189; }
span { border-color: rgb(201,145,137); }
td.TdClassName
{
border-color: #C99189;
}
.TagClassName
{
border-color: #C99189;
}
</style>