Shades of Oriental Pink #C7857E
Tints of Oriental Pink #C7857E
RGB
CMYK
RGB Variations
Color information
#C7857E (or 0xC7857E) is known color: Oriental Pink. HEX triplet: C7, 85 and 7E. RGB value is (199,133,126). Sum of RGB (Red+Green+Blue) = 199+133+126=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7857E is #387A81. Grayscale: #989898. Windows color (decimal): -3701378 or 8291783. OLE color: 8291783.
HSL color Cylindrical-coordinate representation of color #C7857E: hue angle of 5.75º degrees, saturation: 0.39, 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 #C7857E is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 126 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.22 |
| HSL | 5.75º | 0.39% | 0.64% | - |
| HSV(B) | 5.75º | 0.37% | 0.78% | - |
| XYZ | 35.71 | 30.42 | 23.73 | - |
| YUV | 151.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 126 | 0 | 0.33 | 0.37 | 0.22 | 5.75 | 0.39 | 0.64 |
| Hex | C7 | 85 | 7E | 0 | 21 | 25 | 16 | 6 | 27 | 40 |
| Octal | 307 | 205 | 176 | 0 | 41 | 45 | 26 | 6 | 47 | 100 |
| Binary | 11000111 | 10000101 | 1111110 | 0 | 100001 | 100101 | 10110 | 110 | 100111 | 1000000 |
Color Harmonies of #C7857E
Complementary color
Monochromatic Colors of #C7857E
Black with #C7857E
Text Example
Text Example
White with #C7857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7857E; }
p { color: rgb(199,133,126); }
H1.HeaderClassName
{
color: #C7857E;
}
.AnyTagClassName
{
color: #C7857E;
}
</style>
background-color css
<style>
a { background-color: #C7857E; }
a { background-color: rgb(199,133,126); }
div.DivClassName
{
background-color: #C7857E;
}
.BgClassName
{
background-color: #C7857E;
}
</style>
border-color css
<style>
span { border-color: #C7857E; }
span { border-color: rgb(199,133,126); }
td.TdClassName
{
border-color: #C7857E;
}
.TagClassName
{
border-color: #C7857E;
}
</style>