Shades of Oriental Pink #C59287
Tints of Oriental Pink #C59287
RGB
CMYK
RGB Variations
Color information
#C59287 (or 0xC59287) is known color: Oriental Pink. HEX triplet: C5, 92 and 87. RGB value is (197,146,135). Sum of RGB (Red+Green+Blue) = 197+146+135=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C59287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59287 is #3A6D78. Grayscale: #A0A0A0. Windows color (decimal): -3829113 or 8884933. OLE color: 8884933.
HSL color Cylindrical-coordinate representation of color #C59287: hue angle of 10.65º 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 #C59287 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 135 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.23 |
| HSL | 10.65º | 0.35% | 0.65% | - |
| HSV(B) | 10.65º | 0.31% | 0.77% | - |
| XYZ | 37.68 | 34.18 | 27.53 | - |
| YUV | 160 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 135 | 0 | 0.26 | 0.31 | 0.23 | 10.65 | 0.35 | 0.65 |
| Hex | C5 | 92 | 87 | 0 | 1A | 1F | 17 | B | 23 | 41 |
| Octal | 305 | 222 | 207 | 0 | 32 | 37 | 27 | 13 | 43 | 101 |
| Binary | 11000101 | 10010010 | 10000111 | 0 | 11010 | 11111 | 10111 | 1011 | 100011 | 1000001 |
Color Harmonies of #C59287
Complementary color
Monochromatic Colors of #C59287
Black with #C59287
Text Example
Text Example
White with #C59287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59287; }
p { color: rgb(197,146,135); }
H1.HeaderClassName
{
color: #C59287;
}
.AnyTagClassName
{
color: #C59287;
}
</style>
background-color css
<style>
a { background-color: #C59287; }
a { background-color: rgb(197,146,135); }
div.DivClassName
{
background-color: #C59287;
}
.BgClassName
{
background-color: #C59287;
}
</style>
border-color css
<style>
span { border-color: #C59287; }
span { border-color: rgb(197,146,135); }
td.TdClassName
{
border-color: #C59287;
}
.TagClassName
{
border-color: #C59287;
}
</style>