Shades of Oriental Pink #C0857F
Tints of Oriental Pink #C0857F
RGB
CMYK
RGB Variations
Color information
#C0857F (or 0xC0857F) is known color: Oriental Pink. HEX triplet: C0, 85 and 7F. RGB value is (192,133,127). Sum of RGB (Red+Green+Blue) = 192+133+127=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0857F is #3F7A80. Grayscale: #969696. Windows color (decimal): -4160129 or 8357312. OLE color: 8357312.
HSL color Cylindrical-coordinate representation of color #C0857F: hue angle of 5.54º 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 #C0857F is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 127 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.25 |
| HSL | 5.54º | 0.34% | 0.63% | - |
| HSV(B) | 5.54º | 0.34% | 0.75% | - |
| XYZ | 33.96 | 29.51 | 23.99 | - |
| YUV | 149.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 127 | 0 | 0.31 | 0.34 | 0.25 | 5.54 | 0.34 | 0.63 |
| Hex | C0 | 85 | 7F | 0 | 1F | 22 | 19 | 6 | 22 | 3F |
| Octal | 300 | 205 | 177 | 0 | 37 | 42 | 31 | 6 | 42 | 77 |
| Binary | 11000000 | 10000101 | 1111111 | 0 | 11111 | 100010 | 11001 | 110 | 100010 | 111111 |
Color Harmonies of #C0857F
Complementary color
Monochromatic Colors of #C0857F
Black with #C0857F
Text Example
Text Example
White with #C0857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0857F; }
p { color: rgb(192,133,127); }
H1.HeaderClassName
{
color: #C0857F;
}
.AnyTagClassName
{
color: #C0857F;
}
</style>
background-color css
<style>
a { background-color: #C0857F; }
a { background-color: rgb(192,133,127); }
div.DivClassName
{
background-color: #C0857F;
}
.BgClassName
{
background-color: #C0857F;
}
</style>
border-color css
<style>
span { border-color: #C0857F; }
span { border-color: rgb(192,133,127); }
td.TdClassName
{
border-color: #C0857F;
}
.TagClassName
{
border-color: #C0857F;
}
</style>