Shades of Oriental Pink #C59288
Tints of Oriental Pink #C59288
RGB
CMYK
RGB Variations
Color information
#C59288 (or 0xC59288) is known color: Oriental Pink. HEX triplet: C5, 92 and 88. RGB value is (197,146,136). Sum of RGB (Red+Green+Blue) = 197+146+136=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C59288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59288 is #3A6D77. Grayscale: #A0A0A0. Windows color (decimal): -3829112 or 8950469. OLE color: 8950469.
HSL color Cylindrical-coordinate representation of color #C59288: hue angle of 9.84º degrees, saturation: 0.34, 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 #C59288 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 136 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.23 |
| HSL | 9.84º | 0.34% | 0.65% | - |
| HSV(B) | 9.84º | 0.31% | 0.77% | - |
| XYZ | 37.75 | 34.21 | 27.91 | - |
| YUV | 160.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 136 | 0 | 0.26 | 0.31 | 0.23 | 9.84 | 0.34 | 0.65 |
| Hex | C5 | 92 | 88 | 0 | 1A | 1F | 17 | A | 22 | 41 |
| Octal | 305 | 222 | 210 | 0 | 32 | 37 | 27 | 12 | 42 | 101 |
| Binary | 11000101 | 10010010 | 10001000 | 0 | 11010 | 11111 | 10111 | 1010 | 100010 | 1000001 |
Color Harmonies of #C59288
Complementary color
Monochromatic Colors of #C59288
Black with #C59288
Text Example
Text Example
White with #C59288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59288; }
p { color: rgb(197,146,136); }
H1.HeaderClassName
{
color: #C59288;
}
.AnyTagClassName
{
color: #C59288;
}
</style>
background-color css
<style>
a { background-color: #C59288; }
a { background-color: rgb(197,146,136); }
div.DivClassName
{
background-color: #C59288;
}
.BgClassName
{
background-color: #C59288;
}
</style>
border-color css
<style>
span { border-color: #C59288; }
span { border-color: rgb(197,146,136); }
td.TdClassName
{
border-color: #C59288;
}
.TagClassName
{
border-color: #C59288;
}
</style>