Shades of Oriental Pink #C58987
Tints of Oriental Pink #C58987
RGB
CMYK
RGB Variations
Color information
#C58987 (or 0xC58987) is known color: Oriental Pink. HEX triplet: C5, 89 and 87. RGB value is (197,137,135). Sum of RGB (Red+Green+Blue) = 197+137+135=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C58987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58987 is #3A7678. Grayscale: #9A9A9A. Windows color (decimal): -3831417 or 8882629. OLE color: 8882629.
HSL color Cylindrical-coordinate representation of color #C58987: hue angle of 1.94º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58987 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 135 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.23 |
| HSL | 1.94º | 0.35% | 0.65% | - |
| HSV(B) | 1.94º | 0.31% | 0.77% | - |
| XYZ | 36.34 | 31.51 | 27.09 | - |
| YUV | 154.71 | 116.88 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 135 | 0 | 0.30 | 0.31 | 0.23 | 1.94 | 0.35 | 0.65 |
| Hex | C5 | 89 | 87 | 0 | 1E | 1F | 17 | 2 | 23 | 41 |
| Octal | 305 | 211 | 207 | 0 | 36 | 37 | 27 | 2 | 43 | 101 |
| Binary | 11000101 | 10001001 | 10000111 | 0 | 11110 | 11111 | 10111 | 10 | 100011 | 1000001 |
Color Harmonies of #C58987
Complementary color
Monochromatic Colors of #C58987
Black with #C58987
Text Example
Text Example
White with #C58987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58987; }
p { color: rgb(197,137,135); }
H1.HeaderClassName
{
color: #C58987;
}
.AnyTagClassName
{
color: #C58987;
}
</style>
background-color css
<style>
a { background-color: #C58987; }
a { background-color: rgb(197,137,135); }
div.DivClassName
{
background-color: #C58987;
}
.BgClassName
{
background-color: #C58987;
}
</style>
border-color css
<style>
span { border-color: #C58987; }
span { border-color: rgb(197,137,135); }
td.TdClassName
{
border-color: #C58987;
}
.TagClassName
{
border-color: #C58987;
}
</style>