Shades of Oriental Pink #C8897F
Tints of Oriental Pink #C8897F
RGB
CMYK
RGB Variations
Color information
#C8897F (or 0xC8897F) is known color: Oriental Pink. HEX triplet: C8, 89 and 7F. RGB value is (200,137,127). Sum of RGB (Red+Green+Blue) = 200+137+127=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8897F is #377680. Grayscale: #9A9A9A. Windows color (decimal): -3634817 or 8358344. OLE color: 8358344.
HSL color Cylindrical-coordinate representation of color #C8897F: hue angle of 8.22º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8897F is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 127 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.22 |
| HSL | 8.22º | 0.4% | 0.64% | - |
| HSV(B) | 8.22º | 0.37% | 0.78% | - |
| XYZ | 36.6 | 31.7 | 24.27 | - |
| YUV | 154.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 127 | 0 | 0.32 | 0.36 | 0.22 | 8.22 | 0.4 | 0.64 |
| Hex | C8 | 89 | 7F | 0 | 20 | 24 | 16 | 8 | 28 | 40 |
| Octal | 310 | 211 | 177 | 0 | 40 | 44 | 26 | 10 | 50 | 100 |
| Binary | 11001000 | 10001001 | 1111111 | 0 | 100000 | 100100 | 10110 | 1000 | 101000 | 1000000 |
Color Harmonies of #C8897F
Complementary color
Monochromatic Colors of #C8897F
Black with #C8897F
Text Example
Text Example
White with #C8897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8897F; }
p { color: rgb(200,137,127); }
H1.HeaderClassName
{
color: #C8897F;
}
.AnyTagClassName
{
color: #C8897F;
}
</style>
background-color css
<style>
a { background-color: #C8897F; }
a { background-color: rgb(200,137,127); }
div.DivClassName
{
background-color: #C8897F;
}
.BgClassName
{
background-color: #C8897F;
}
</style>
border-color css
<style>
span { border-color: #C8897F; }
span { border-color: rgb(200,137,127); }
td.TdClassName
{
border-color: #C8897F;
}
.TagClassName
{
border-color: #C8897F;
}
</style>