Shades of Oriental Pink #C59087
Tints of Oriental Pink #C59087
RGB
CMYK
RGB Variations
Color information
#C59087 (or 0xC59087) is known color: Oriental Pink. HEX triplet: C5, 90 and 87. RGB value is (197,144,135). Sum of RGB (Red+Green+Blue) = 197+144+135=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C59087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59087 is #3A6F78. Grayscale: #9E9E9E. Windows color (decimal): -3829625 or 8884421. OLE color: 8884421.
HSL color Cylindrical-coordinate representation of color #C59087: hue angle of 8.71º 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 #C59087 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 135 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.23 |
| HSL | 8.71º | 0.35% | 0.65% | - |
| HSV(B) | 8.71º | 0.31% | 0.77% | - |
| XYZ | 37.37 | 33.57 | 27.43 | - |
| YUV | 158.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 135 | 0 | 0.27 | 0.31 | 0.23 | 8.71 | 0.35 | 0.65 |
| Hex | C5 | 90 | 87 | 0 | 1B | 1F | 17 | 9 | 23 | 41 |
| Octal | 305 | 220 | 207 | 0 | 33 | 37 | 27 | 11 | 43 | 101 |
| Binary | 11000101 | 10010000 | 10000111 | 0 | 11011 | 11111 | 10111 | 1001 | 100011 | 1000001 |
Color Harmonies of #C59087
Complementary color
Monochromatic Colors of #C59087
Black with #C59087
Text Example
Text Example
White with #C59087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59087; }
p { color: rgb(197,144,135); }
H1.HeaderClassName
{
color: #C59087;
}
.AnyTagClassName
{
color: #C59087;
}
</style>
background-color css
<style>
a { background-color: #C59087; }
a { background-color: rgb(197,144,135); }
div.DivClassName
{
background-color: #C59087;
}
.BgClassName
{
background-color: #C59087;
}
</style>
border-color css
<style>
span { border-color: #C59087; }
span { border-color: rgb(197,144,135); }
td.TdClassName
{
border-color: #C59087;
}
.TagClassName
{
border-color: #C59087;
}
</style>