Shades of Oriental Pink #C7857C
Tints of Oriental Pink #C7857C
RGB
CMYK
RGB Variations
Color information
#C7857C (or 0xC7857C) is known color: Oriental Pink. HEX triplet: C7, 85 and 7C. RGB value is (199,133,124). Sum of RGB (Red+Green+Blue) = 199+133+124=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7857C is #387A83. Grayscale: #979797. Windows color (decimal): -3701380 or 8160711. OLE color: 8160711.
HSL color Cylindrical-coordinate representation of color #C7857C: hue angle of 7.2º 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 #C7857C is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 124 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.22 |
| HSL | 7.2º | 0.4% | 0.63% | - |
| HSV(B) | 7.2º | 0.38% | 0.78% | - |
| XYZ | 35.58 | 30.37 | 23.06 | - |
| YUV | 151.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 124 | 0 | 0.33 | 0.38 | 0.22 | 7.2 | 0.4 | 0.63 |
| Hex | C7 | 85 | 7C | 0 | 21 | 26 | 16 | 7 | 28 | 3F |
| Octal | 307 | 205 | 174 | 0 | 41 | 46 | 26 | 7 | 50 | 77 |
| Binary | 11000111 | 10000101 | 1111100 | 0 | 100001 | 100110 | 10110 | 111 | 101000 | 111111 |
Color Harmonies of #C7857C
Complementary color
Monochromatic Colors of #C7857C
Black with #C7857C
Text Example
Text Example
White with #C7857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7857C; }
p { color: rgb(199,133,124); }
H1.HeaderClassName
{
color: #C7857C;
}
.AnyTagClassName
{
color: #C7857C;
}
</style>
background-color css
<style>
a { background-color: #C7857C; }
a { background-color: rgb(199,133,124); }
div.DivClassName
{
background-color: #C7857C;
}
.BgClassName
{
background-color: #C7857C;
}
</style>
border-color css
<style>
span { border-color: #C7857C; }
span { border-color: rgb(199,133,124); }
td.TdClassName
{
border-color: #C7857C;
}
.TagClassName
{
border-color: #C7857C;
}
</style>