Shades of Oriental Pink #C7877C
Tints of Oriental Pink #C7877C
RGB
CMYK
RGB Variations
Color information
#C7877C (or 0xC7877C) is known color: Oriental Pink. HEX triplet: C7, 87 and 7C. RGB value is (199,135,124). Sum of RGB (Red+Green+Blue) = 199+135+124=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7877C is #387883. Grayscale: #989898. Windows color (decimal): -3700868 or 8161223. OLE color: 8161223.
HSL color Cylindrical-coordinate representation of color #C7877C: hue angle of 8.8º 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 #C7877C is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 124 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.22 |
| HSL | 8.8º | 0.4% | 0.63% | - |
| HSV(B) | 8.8º | 0.38% | 0.78% | - |
| XYZ | 35.86 | 30.93 | 23.15 | - |
| YUV | 152.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 124 | 0 | 0.32 | 0.38 | 0.22 | 8.8 | 0.4 | 0.63 |
| Hex | C7 | 87 | 7C | 0 | 20 | 26 | 16 | 9 | 28 | 3F |
| Octal | 307 | 207 | 174 | 0 | 40 | 46 | 26 | 11 | 50 | 77 |
| Binary | 11000111 | 10000111 | 1111100 | 0 | 100000 | 100110 | 10110 | 1001 | 101000 | 111111 |
Color Harmonies of #C7877C
Complementary color
Monochromatic Colors of #C7877C
Black with #C7877C
Text Example
Text Example
White with #C7877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7877C; }
p { color: rgb(199,135,124); }
H1.HeaderClassName
{
color: #C7877C;
}
.AnyTagClassName
{
color: #C7877C;
}
</style>
background-color css
<style>
a { background-color: #C7877C; }
a { background-color: rgb(199,135,124); }
div.DivClassName
{
background-color: #C7877C;
}
.BgClassName
{
background-color: #C7877C;
}
</style>
border-color css
<style>
span { border-color: #C7877C; }
span { border-color: rgb(199,135,124); }
td.TdClassName
{
border-color: #C7877C;
}
.TagClassName
{
border-color: #C7877C;
}
</style>