Shades of Oriental Pink #CD9087
Tints of Oriental Pink #CD9087
RGB
CMYK
RGB Variations
Color information
#CD9087 (or 0xCD9087) is known color: Oriental Pink. HEX triplet: CD, 90 and 87. RGB value is (205,144,135). Sum of RGB (Red+Green+Blue) = 205+144+135=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9087 is #326F78. Grayscale: #A1A1A1. Windows color (decimal): -3305337 or 8884429. OLE color: 8884429.
HSL color Cylindrical-coordinate representation of color #CD9087: hue angle of 7.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD9087 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 135 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.20 |
| HSL | 7.71º | 0.41% | 0.67% | - |
| HSV(B) | 7.71º | 0.34% | 0.8% | - |
| XYZ | 39.52 | 34.67 | 27.53 | - |
| YUV | 161.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 135 | 0 | 0.30 | 0.34 | 0.20 | 7.71 | 0.41 | 0.67 |
| Hex | CD | 90 | 87 | 0 | 1E | 22 | 14 | 8 | 29 | 43 |
| Octal | 315 | 220 | 207 | 0 | 36 | 42 | 24 | 10 | 51 | 103 |
| Binary | 11001101 | 10010000 | 10000111 | 0 | 11110 | 100010 | 10100 | 1000 | 101001 | 1000011 |
Color Harmonies of #CD9087
Complementary color
Monochromatic Colors of #CD9087
Black with #CD9087
Text Example
Text Example
White with #CD9087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9087; }
p { color: rgb(205,144,135); }
H1.HeaderClassName
{
color: #CD9087;
}
.AnyTagClassName
{
color: #CD9087;
}
</style>
background-color css
<style>
a { background-color: #CD9087; }
a { background-color: rgb(205,144,135); }
div.DivClassName
{
background-color: #CD9087;
}
.BgClassName
{
background-color: #CD9087;
}
</style>
border-color css
<style>
span { border-color: #CD9087; }
span { border-color: rgb(205,144,135); }
td.TdClassName
{
border-color: #CD9087;
}
.TagClassName
{
border-color: #CD9087;
}
</style>