Shades of Oriental Pink #C08987
Tints of Oriental Pink #C08987
RGB
CMYK
RGB Variations
Color information
#C08987 (or 0xC08987) is known color: Oriental Pink. HEX triplet: C0, 89 and 87. RGB value is (192,137,135). Sum of RGB (Red+Green+Blue) = 192+137+135=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C08987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08987 is #3F7678. Grayscale: #999999. Windows color (decimal): -4159097 or 8882624. OLE color: 8882624.
HSL color Cylindrical-coordinate representation of color #C08987: hue angle of 2.11º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08987 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 135 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.25 |
| HSL | 2.11º | 0.31% | 0.64% | - |
| HSV(B) | 2.11º | 0.3% | 0.75% | - |
| XYZ | 35.06 | 30.85 | 27.03 | - |
| YUV | 153.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 135 | 0 | 0.29 | 0.30 | 0.25 | 2.11 | 0.31 | 0.64 |
| Hex | C0 | 89 | 87 | 0 | 1D | 1E | 19 | 2 | 1F | 40 |
| Octal | 300 | 211 | 207 | 0 | 35 | 36 | 31 | 2 | 37 | 100 |
| Binary | 11000000 | 10001001 | 10000111 | 0 | 11101 | 11110 | 11001 | 10 | 11111 | 1000000 |
Color Harmonies of #C08987
Complementary color
Monochromatic Colors of #C08987
Black with #C08987
Text Example
Text Example
White with #C08987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08987; }
p { color: rgb(192,137,135); }
H1.HeaderClassName
{
color: #C08987;
}
.AnyTagClassName
{
color: #C08987;
}
</style>
background-color css
<style>
a { background-color: #C08987; }
a { background-color: rgb(192,137,135); }
div.DivClassName
{
background-color: #C08987;
}
.BgClassName
{
background-color: #C08987;
}
</style>
border-color css
<style>
span { border-color: #C08987; }
span { border-color: rgb(192,137,135); }
td.TdClassName
{
border-color: #C08987;
}
.TagClassName
{
border-color: #C08987;
}
</style>