Shades of Oriental Pink #C8847E
Tints of Oriental Pink #C8847E
RGB
CMYK
RGB Variations
Color information
#C8847E (or 0xC8847E) is known color: Oriental Pink. HEX triplet: C8, 84 and 7E. RGB value is (200,132,126). Sum of RGB (Red+Green+Blue) = 200+132+126=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8847E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8847E is #377B81. Grayscale: #979797. Windows color (decimal): -3636098 or 8291528. OLE color: 8291528.
HSL color Cylindrical-coordinate representation of color #C8847E: hue angle of 4.86º 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 #C8847E is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 126 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.22 |
| HSL | 4.86º | 0.4% | 0.64% | - |
| HSV(B) | 4.86º | 0.37% | 0.78% | - |
| XYZ | 35.84 | 30.29 | 23.7 | - |
| YUV | 151.65 | 113.53 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 126 | 0 | 0.34 | 0.37 | 0.22 | 4.86 | 0.4 | 0.64 |
| Hex | C8 | 84 | 7E | 0 | 22 | 25 | 16 | 5 | 28 | 40 |
| Octal | 310 | 204 | 176 | 0 | 42 | 45 | 26 | 5 | 50 | 100 |
| Binary | 11001000 | 10000100 | 1111110 | 0 | 100010 | 100101 | 10110 | 101 | 101000 | 1000000 |
Color Harmonies of #C8847E
Complementary color
Monochromatic Colors of #C8847E
Black with #C8847E
Text Example
Text Example
White with #C8847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8847E; }
p { color: rgb(200,132,126); }
H1.HeaderClassName
{
color: #C8847E;
}
.AnyTagClassName
{
color: #C8847E;
}
</style>
background-color css
<style>
a { background-color: #C8847E; }
a { background-color: rgb(200,132,126); }
div.DivClassName
{
background-color: #C8847E;
}
.BgClassName
{
background-color: #C8847E;
}
</style>
border-color css
<style>
span { border-color: #C8847E; }
span { border-color: rgb(200,132,126); }
td.TdClassName
{
border-color: #C8847E;
}
.TagClassName
{
border-color: #C8847E;
}
</style>