Shades of Oriental Pink #C58882
Tints of Oriental Pink #C58882
RGB
CMYK
RGB Variations
Color information
#C58882 (or 0xC58882) is known color: Oriental Pink. HEX triplet: C5, 88 and 82. RGB value is (197,136,130). Sum of RGB (Red+Green+Blue) = 197+136+130=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C58882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58882 is #3A777D. Grayscale: #999999. Windows color (decimal): -3831678 or 8554693. OLE color: 8554693.
HSL color Cylindrical-coordinate representation of color #C58882: hue angle of 5.37º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C58882 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 130 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.23 |
| HSL | 5.37º | 0.37% | 0.64% | - |
| HSV(B) | 5.37º | 0.34% | 0.77% | - |
| XYZ | 35.86 | 31.09 | 25.23 | - |
| YUV | 153.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 130 | 0 | 0.31 | 0.34 | 0.23 | 5.37 | 0.37 | 0.64 |
| Hex | C5 | 88 | 82 | 0 | 1F | 22 | 17 | 5 | 25 | 40 |
| Octal | 305 | 210 | 202 | 0 | 37 | 42 | 27 | 5 | 45 | 100 |
| Binary | 11000101 | 10001000 | 10000010 | 0 | 11111 | 100010 | 10111 | 101 | 100101 | 1000000 |
Color Harmonies of #C58882
Complementary color
Monochromatic Colors of #C58882
Black with #C58882
Text Example
Text Example
White with #C58882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58882; }
p { color: rgb(197,136,130); }
H1.HeaderClassName
{
color: #C58882;
}
.AnyTagClassName
{
color: #C58882;
}
</style>
background-color css
<style>
a { background-color: #C58882; }
a { background-color: rgb(197,136,130); }
div.DivClassName
{
background-color: #C58882;
}
.BgClassName
{
background-color: #C58882;
}
</style>
border-color css
<style>
span { border-color: #C58882; }
span { border-color: rgb(197,136,130); }
td.TdClassName
{
border-color: #C58882;
}
.TagClassName
{
border-color: #C58882;
}
</style>