Shades of Oriental Pink #C7897C
Tints of Oriental Pink #C7897C
RGB
CMYK
RGB Variations
Color information
#C7897C (or 0xC7897C) is known color: Oriental Pink. HEX triplet: C7, 89 and 7C. RGB value is (199,137,124). Sum of RGB (Red+Green+Blue) = 199+137+124=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7897C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7897C is #387683. Grayscale: #9A9A9A. Windows color (decimal): -3700356 or 8161735. OLE color: 8161735.
HSL color Cylindrical-coordinate representation of color #C7897C: hue angle of 10.4º 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 #C7897C is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 137 | 124 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.22 |
| HSL | 10.4º | 0.4% | 0.63% | - |
| HSV(B) | 10.4º | 0.38% | 0.78% | - |
| XYZ | 36.14 | 31.49 | 23.24 | - |
| YUV | 154.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 137 | 124 | 0 | 0.31 | 0.38 | 0.22 | 10.4 | 0.4 | 0.63 |
| Hex | C7 | 89 | 7C | 0 | 1F | 26 | 16 | A | 28 | 3F |
| Octal | 307 | 211 | 174 | 0 | 37 | 46 | 26 | 12 | 50 | 77 |
| Binary | 11000111 | 10001001 | 1111100 | 0 | 11111 | 100110 | 10110 | 1010 | 101000 | 111111 |
Color Harmonies of #C7897C
Complementary color
Monochromatic Colors of #C7897C
Black with #C7897C
Text Example
Text Example
White with #C7897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7897C; }
p { color: rgb(199,137,124); }
H1.HeaderClassName
{
color: #C7897C;
}
.AnyTagClassName
{
color: #C7897C;
}
</style>
background-color css
<style>
a { background-color: #C7897C; }
a { background-color: rgb(199,137,124); }
div.DivClassName
{
background-color: #C7897C;
}
.BgClassName
{
background-color: #C7897C;
}
</style>
border-color css
<style>
span { border-color: #C7897C; }
span { border-color: rgb(199,137,124); }
td.TdClassName
{
border-color: #C7897C;
}
.TagClassName
{
border-color: #C7897C;
}
</style>