Shades of Oriental Pink #C8857E
Tints of Oriental Pink #C8857E
RGB
CMYK
RGB Variations
Color information
#C8857E (or 0xC8857E) is known color: Oriental Pink. HEX triplet: C8, 85 and 7E. RGB value is (200,133,126). Sum of RGB (Red+Green+Blue) = 200+133+126=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8857E is #377A81. Grayscale: #989898. Windows color (decimal): -3635842 or 8291784. OLE color: 8291784.
HSL color Cylindrical-coordinate representation of color #C8857E: hue angle of 5.68º 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 #C8857E is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 126 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.22 |
| HSL | 5.68º | 0.4% | 0.64% | - |
| HSV(B) | 5.68º | 0.37% | 0.78% | - |
| XYZ | 35.97 | 30.56 | 23.74 | - |
| YUV | 152.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 126 | 0 | 0.34 | 0.37 | 0.22 | 5.68 | 0.4 | 0.64 |
| Hex | C8 | 85 | 7E | 0 | 22 | 25 | 16 | 6 | 28 | 40 |
| Octal | 310 | 205 | 176 | 0 | 42 | 45 | 26 | 6 | 50 | 100 |
| Binary | 11001000 | 10000101 | 1111110 | 0 | 100010 | 100101 | 10110 | 110 | 101000 | 1000000 |
Color Harmonies of #C8857E
Complementary color
Monochromatic Colors of #C8857E
Black with #C8857E
Text Example
Text Example
White with #C8857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8857E; }
p { color: rgb(200,133,126); }
H1.HeaderClassName
{
color: #C8857E;
}
.AnyTagClassName
{
color: #C8857E;
}
</style>
background-color css
<style>
a { background-color: #C8857E; }
a { background-color: rgb(200,133,126); }
div.DivClassName
{
background-color: #C8857E;
}
.BgClassName
{
background-color: #C8857E;
}
</style>
border-color css
<style>
span { border-color: #C8857E; }
span { border-color: rgb(200,133,126); }
td.TdClassName
{
border-color: #C8857E;
}
.TagClassName
{
border-color: #C8857E;
}
</style>