Shades of Oriental Pink #CD8F89
Tints of Oriental Pink #CD8F89
RGB
CMYK
RGB Variations
Color information
#CD8F89 (or 0xCD8F89) is known color: Oriental Pink. HEX triplet: CD, 8F and 89. RGB value is (205,143,137). Sum of RGB (Red+Green+Blue) = 205+143+137=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8F89 is #327076. Grayscale: #A0A0A0. Windows color (decimal): -3305591 or 9015245. OLE color: 9015245.
HSL color Cylindrical-coordinate representation of color #CD8F89: hue angle of 5.29º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8F89 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 137 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.20 |
| HSL | 5.29º | 0.4% | 0.67% | - |
| HSV(B) | 5.29º | 0.33% | 0.8% | - |
| XYZ | 39.51 | 34.43 | 28.23 | - |
| YUV | 160.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 137 | 0 | 0.30 | 0.33 | 0.20 | 5.29 | 0.4 | 0.67 |
| Hex | CD | 8F | 89 | 0 | 1E | 21 | 14 | 5 | 28 | 43 |
| Octal | 315 | 217 | 211 | 0 | 36 | 41 | 24 | 5 | 50 | 103 |
| Binary | 11001101 | 10001111 | 10001001 | 0 | 11110 | 100001 | 10100 | 101 | 101000 | 1000011 |
Color Harmonies of #CD8F89
Complementary color
Monochromatic Colors of #CD8F89
Black with #CD8F89
Text Example
Text Example
White with #CD8F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8F89; }
p { color: rgb(205,143,137); }
H1.HeaderClassName
{
color: #CD8F89;
}
.AnyTagClassName
{
color: #CD8F89;
}
</style>
background-color css
<style>
a { background-color: #CD8F89; }
a { background-color: rgb(205,143,137); }
div.DivClassName
{
background-color: #CD8F89;
}
.BgClassName
{
background-color: #CD8F89;
}
</style>
border-color css
<style>
span { border-color: #CD8F89; }
span { border-color: rgb(205,143,137); }
td.TdClassName
{
border-color: #CD8F89;
}
.TagClassName
{
border-color: #CD8F89;
}
</style>