Shades of Oriental Pink #C7857B
Tints of Oriental Pink #C7857B
RGB
CMYK
RGB Variations
Color information
#C7857B (or 0xC7857B) is known color: Oriental Pink. HEX triplet: C7, 85 and 7B. RGB value is (199,133,123). Sum of RGB (Red+Green+Blue) = 199+133+123=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7857B is #387A84. Grayscale: #979797. Windows color (decimal): -3701381 or 8095175. OLE color: 8095175.
HSL color Cylindrical-coordinate representation of color #C7857B: hue angle of 7.89º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7857B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 123 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.22 |
| HSL | 7.89º | 0.4% | 0.63% | - |
| HSV(B) | 7.89º | 0.38% | 0.78% | - |
| XYZ | 35.52 | 30.35 | 22.72 | - |
| YUV | 151.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 123 | 0 | 0.33 | 0.38 | 0.22 | 7.89 | 0.4 | 0.63 |
| Hex | C7 | 85 | 7B | 0 | 21 | 26 | 16 | 8 | 28 | 3F |
| Octal | 307 | 205 | 173 | 0 | 41 | 46 | 26 | 10 | 50 | 77 |
| Binary | 11000111 | 10000101 | 1111011 | 0 | 100001 | 100110 | 10110 | 1000 | 101000 | 111111 |
Color Harmonies of #C7857B
Complementary color
Monochromatic Colors of #C7857B
Black with #C7857B
Text Example
Text Example
White with #C7857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7857B; }
p { color: rgb(199,133,123); }
H1.HeaderClassName
{
color: #C7857B;
}
.AnyTagClassName
{
color: #C7857B;
}
</style>
background-color css
<style>
a { background-color: #C7857B; }
a { background-color: rgb(199,133,123); }
div.DivClassName
{
background-color: #C7857B;
}
.BgClassName
{
background-color: #C7857B;
}
</style>
border-color css
<style>
span { border-color: #C7857B; }
span { border-color: rgb(199,133,123); }
td.TdClassName
{
border-color: #C7857B;
}
.TagClassName
{
border-color: #C7857B;
}
</style>