Shades of Oriental Pink #C4887F
Tints of Oriental Pink #C4887F
RGB
CMYK
RGB Variations
Color information
#C4887F (or 0xC4887F) is known color: Oriental Pink. HEX triplet: C4, 88 and 7F. RGB value is (196,136,127). Sum of RGB (Red+Green+Blue) = 196+136+127=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4887F is #3B7780. Grayscale: #999999. Windows color (decimal): -3897217 or 8358084. OLE color: 8358084.
HSL color Cylindrical-coordinate representation of color #C4887F: hue angle of 7.83º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4887F is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 127 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.23 |
| HSL | 7.83º | 0.37% | 0.63% | - |
| HSV(B) | 7.83º | 0.35% | 0.77% | - |
| XYZ | 35.4 | 30.88 | 24.17 | - |
| YUV | 152.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 127 | 0 | 0.31 | 0.35 | 0.23 | 7.83 | 0.37 | 0.63 |
| Hex | C4 | 88 | 7F | 0 | 1F | 23 | 17 | 8 | 25 | 3F |
| Octal | 304 | 210 | 177 | 0 | 37 | 43 | 27 | 10 | 45 | 77 |
| Binary | 11000100 | 10001000 | 1111111 | 0 | 11111 | 100011 | 10111 | 1000 | 100101 | 111111 |
Color Harmonies of #C4887F
Complementary color
Monochromatic Colors of #C4887F
Black with #C4887F
Text Example
Text Example
White with #C4887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4887F; }
p { color: rgb(196,136,127); }
H1.HeaderClassName
{
color: #C4887F;
}
.AnyTagClassName
{
color: #C4887F;
}
</style>
background-color css
<style>
a { background-color: #C4887F; }
a { background-color: rgb(196,136,127); }
div.DivClassName
{
background-color: #C4887F;
}
.BgClassName
{
background-color: #C4887F;
}
</style>
border-color css
<style>
span { border-color: #C4887F; }
span { border-color: rgb(196,136,127); }
td.TdClassName
{
border-color: #C4887F;
}
.TagClassName
{
border-color: #C4887F;
}
</style>