Shades of Oriental Pink #C5867F
Tints of Oriental Pink #C5867F
RGB
CMYK
RGB Variations
Color information
#C5867F (or 0xC5867F) is known color: Oriental Pink. HEX triplet: C5, 86 and 7F. RGB value is (197,134,127). Sum of RGB (Red+Green+Blue) = 197+134+127=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5867F is #3A7980. Grayscale: #989898. Windows color (decimal): -3832193 or 8357573. OLE color: 8357573.
HSL color Cylindrical-coordinate representation of color #C5867F: hue angle of 6º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5867F is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 127 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.23 |
| HSL | 6º | 0.38% | 0.64% | - |
| HSV(B) | 6º | 0.36% | 0.77% | - |
| XYZ | 35.38 | 30.45 | 24.09 | - |
| YUV | 152.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 127 | 0 | 0.32 | 0.36 | 0.23 | 6 | 0.38 | 0.64 |
| Hex | C5 | 86 | 7F | 0 | 20 | 24 | 17 | 6 | 26 | 40 |
| Octal | 305 | 206 | 177 | 0 | 40 | 44 | 27 | 6 | 46 | 100 |
| Binary | 11000101 | 10000110 | 1111111 | 0 | 100000 | 100100 | 10111 | 110 | 100110 | 1000000 |
Color Harmonies of #C5867F
Complementary color
Monochromatic Colors of #C5867F
Black with #C5867F
Text Example
Text Example
White with #C5867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5867F; }
p { color: rgb(197,134,127); }
H1.HeaderClassName
{
color: #C5867F;
}
.AnyTagClassName
{
color: #C5867F;
}
</style>
background-color css
<style>
a { background-color: #C5867F; }
a { background-color: rgb(197,134,127); }
div.DivClassName
{
background-color: #C5867F;
}
.BgClassName
{
background-color: #C5867F;
}
</style>
border-color css
<style>
span { border-color: #C5867F; }
span { border-color: rgb(197,134,127); }
td.TdClassName
{
border-color: #C5867F;
}
.TagClassName
{
border-color: #C5867F;
}
</style>