Shades of Oriental Pink #C99087
Tints of Oriental Pink #C99087
RGB
CMYK
RGB Variations
Color information
#C99087 (or 0xC99087) is known color: Oriental Pink. HEX triplet: C9, 90 and 87. RGB value is (201,144,135). Sum of RGB (Red+Green+Blue) = 201+144+135=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C99087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99087 is #366F78. Grayscale: #A0A0A0. Windows color (decimal): -3567481 or 8884425. OLE color: 8884425.
HSL color Cylindrical-coordinate representation of color #C99087: hue angle of 8.18º 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 #C99087 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 135 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.21 |
| HSL | 8.18º | 0.38% | 0.66% | - |
| HSV(B) | 8.18º | 0.33% | 0.79% | - |
| XYZ | 38.43 | 34.11 | 27.48 | - |
| YUV | 160.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 135 | 0 | 0.28 | 0.33 | 0.21 | 8.18 | 0.38 | 0.66 |
| Hex | C9 | 90 | 87 | 0 | 1C | 21 | 15 | 8 | 26 | 42 |
| Octal | 311 | 220 | 207 | 0 | 34 | 41 | 25 | 10 | 46 | 102 |
| Binary | 11001001 | 10010000 | 10000111 | 0 | 11100 | 100001 | 10101 | 1000 | 100110 | 1000010 |
Color Harmonies of #C99087
Complementary color
Monochromatic Colors of #C99087
Black with #C99087
Text Example
Text Example
White with #C99087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99087; }
p { color: rgb(201,144,135); }
H1.HeaderClassName
{
color: #C99087;
}
.AnyTagClassName
{
color: #C99087;
}
</style>
background-color css
<style>
a { background-color: #C99087; }
a { background-color: rgb(201,144,135); }
div.DivClassName
{
background-color: #C99087;
}
.BgClassName
{
background-color: #C99087;
}
</style>
border-color css
<style>
span { border-color: #C99087; }
span { border-color: rgb(201,144,135); }
td.TdClassName
{
border-color: #C99087;
}
.TagClassName
{
border-color: #C99087;
}
</style>