Shades of Oriental Pink #C99088
Tints of Oriental Pink #C99088
RGB
CMYK
RGB Variations
Color information
#C99088 (or 0xC99088) is known color: Oriental Pink. HEX triplet: C9, 90 and 88. RGB value is (201,144,136). Sum of RGB (Red+Green+Blue) = 201+144+136=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C99088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99088 is #366F77. Grayscale: #A0A0A0. Windows color (decimal): -3567480 or 8949961. OLE color: 8949961.
HSL color Cylindrical-coordinate representation of color #C99088: hue angle of 7.38º degrees, saturation: 0.38, 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 #C99088 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 136 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.21 |
| HSL | 7.38º | 0.38% | 0.66% | - |
| HSV(B) | 7.38º | 0.32% | 0.79% | - |
| XYZ | 38.5 | 34.14 | 27.85 | - |
| YUV | 160.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 136 | 0 | 0.28 | 0.32 | 0.21 | 7.38 | 0.38 | 0.66 |
| Hex | C9 | 90 | 88 | 0 | 1C | 20 | 15 | 7 | 26 | 42 |
| Octal | 311 | 220 | 210 | 0 | 34 | 40 | 25 | 7 | 46 | 102 |
| Binary | 11001001 | 10010000 | 10001000 | 0 | 11100 | 100000 | 10101 | 111 | 100110 | 1000010 |
Color Harmonies of #C99088
Complementary color
Monochromatic Colors of #C99088
Black with #C99088
Text Example
Text Example
White with #C99088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99088; }
p { color: rgb(201,144,136); }
H1.HeaderClassName
{
color: #C99088;
}
.AnyTagClassName
{
color: #C99088;
}
</style>
background-color css
<style>
a { background-color: #C99088; }
a { background-color: rgb(201,144,136); }
div.DivClassName
{
background-color: #C99088;
}
.BgClassName
{
background-color: #C99088;
}
</style>
border-color css
<style>
span { border-color: #C99088; }
span { border-color: rgb(201,144,136); }
td.TdClassName
{
border-color: #C99088;
}
.TagClassName
{
border-color: #C99088;
}
</style>