Shades of Oriental Pink #C59289
Tints of Oriental Pink #C59289
RGB
CMYK
RGB Variations
Color information
#C59289 (or 0xC59289) is known color: Oriental Pink. HEX triplet: C5, 92 and 89. RGB value is (197,146,137). Sum of RGB (Red+Green+Blue) = 197+146+137=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C59289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59289 is #3A6D76. Grayscale: #A0A0A0. Windows color (decimal): -3829111 or 9016005. OLE color: 9016005.
HSL color Cylindrical-coordinate representation of color #C59289: hue angle of 9º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C59289 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 137 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.23 |
| HSL | 9º | 0.34% | 0.65% | - |
| HSV(B) | 9º | 0.3% | 0.77% | - |
| XYZ | 37.82 | 34.23 | 28.28 | - |
| YUV | 160.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 137 | 0 | 0.26 | 0.30 | 0.23 | 9 | 0.34 | 0.65 |
| Hex | C5 | 92 | 89 | 0 | 1A | 1E | 17 | 9 | 22 | 41 |
| Octal | 305 | 222 | 211 | 0 | 32 | 36 | 27 | 11 | 42 | 101 |
| Binary | 11000101 | 10010010 | 10001001 | 0 | 11010 | 11110 | 10111 | 1001 | 100010 | 1000001 |
Color Harmonies of #C59289
Complementary color
Monochromatic Colors of #C59289
Black with #C59289
Text Example
Text Example
White with #C59289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59289; }
p { color: rgb(197,146,137); }
H1.HeaderClassName
{
color: #C59289;
}
.AnyTagClassName
{
color: #C59289;
}
</style>
background-color css
<style>
a { background-color: #C59289; }
a { background-color: rgb(197,146,137); }
div.DivClassName
{
background-color: #C59289;
}
.BgClassName
{
background-color: #C59289;
}
</style>
border-color css
<style>
span { border-color: #C59289; }
span { border-color: rgb(197,146,137); }
td.TdClassName
{
border-color: #C59289;
}
.TagClassName
{
border-color: #C59289;
}
</style>