Shades of Oriental Pink #C58986
Tints of Oriental Pink #C58986
RGB
CMYK
RGB Variations
Color information
#C58986 (or 0xC58986) is known color: Oriental Pink. HEX triplet: C5, 89 and 86. RGB value is (197,137,134). Sum of RGB (Red+Green+Blue) = 197+137+134=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C58986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58986 is #3A7679. Grayscale: #9A9A9A. Windows color (decimal): -3831418 or 8817093. OLE color: 8817093.
HSL color Cylindrical-coordinate representation of color #C58986: hue angle of 2.86º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C58986 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 134 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.23 |
| HSL | 2.86º | 0.35% | 0.65% | - |
| HSV(B) | 2.86º | 0.32% | 0.77% | - |
| XYZ | 36.27 | 31.48 | 26.72 | - |
| YUV | 154.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 134 | 0 | 0.30 | 0.32 | 0.23 | 2.86 | 0.35 | 0.65 |
| Hex | C5 | 89 | 86 | 0 | 1E | 20 | 17 | 3 | 23 | 41 |
| Octal | 305 | 211 | 206 | 0 | 36 | 40 | 27 | 3 | 43 | 101 |
| Binary | 11000101 | 10001001 | 10000110 | 0 | 11110 | 100000 | 10111 | 11 | 100011 | 1000001 |
Color Harmonies of #C58986
Complementary color
Monochromatic Colors of #C58986
Black with #C58986
Text Example
Text Example
White with #C58986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58986; }
p { color: rgb(197,137,134); }
H1.HeaderClassName
{
color: #C58986;
}
.AnyTagClassName
{
color: #C58986;
}
</style>
background-color css
<style>
a { background-color: #C58986; }
a { background-color: rgb(197,137,134); }
div.DivClassName
{
background-color: #C58986;
}
.BgClassName
{
background-color: #C58986;
}
</style>
border-color css
<style>
span { border-color: #C58986; }
span { border-color: rgb(197,137,134); }
td.TdClassName
{
border-color: #C58986;
}
.TagClassName
{
border-color: #C58986;
}
</style>