Shades of Oriental Pink #C0897F
Tints of Oriental Pink #C0897F
RGB
CMYK
RGB Variations
Color information
#C0897F (or 0xC0897F) is known color: Oriental Pink. HEX triplet: C0, 89 and 7F. RGB value is (192,137,127). Sum of RGB (Red+Green+Blue) = 192+137+127=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0897F is #3F7680. Grayscale: #989898. Windows color (decimal): -4159105 or 8358336. OLE color: 8358336.
HSL color Cylindrical-coordinate representation of color #C0897F: hue angle of 9.23º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0897F is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 127 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.25 |
| HSL | 9.23º | 0.34% | 0.63% | - |
| HSV(B) | 9.23º | 0.34% | 0.75% | - |
| XYZ | 34.51 | 30.63 | 24.17 | - |
| YUV | 152.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 127 | 0 | 0.29 | 0.34 | 0.25 | 9.23 | 0.34 | 0.63 |
| Hex | C0 | 89 | 7F | 0 | 1D | 22 | 19 | 9 | 22 | 3F |
| Octal | 300 | 211 | 177 | 0 | 35 | 42 | 31 | 11 | 42 | 77 |
| Binary | 11000000 | 10001001 | 1111111 | 0 | 11101 | 100010 | 11001 | 1001 | 100010 | 111111 |
Color Harmonies of #C0897F
Complementary color
Monochromatic Colors of #C0897F
Black with #C0897F
Text Example
Text Example
White with #C0897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0897F; }
p { color: rgb(192,137,127); }
H1.HeaderClassName
{
color: #C0897F;
}
.AnyTagClassName
{
color: #C0897F;
}
</style>
background-color css
<style>
a { background-color: #C0897F; }
a { background-color: rgb(192,137,127); }
div.DivClassName
{
background-color: #C0897F;
}
.BgClassName
{
background-color: #C0897F;
}
</style>
border-color css
<style>
span { border-color: #C0897F; }
span { border-color: rgb(192,137,127); }
td.TdClassName
{
border-color: #C0897F;
}
.TagClassName
{
border-color: #C0897F;
}
</style>