Shades of Oriental Pink #C78C7E
Tints of Oriental Pink #C78C7E
RGB
CMYK
RGB Variations
Color information
#C78C7E (or 0xC78C7E) is known color: Oriental Pink. HEX triplet: C7, 8C and 7E. RGB value is (199,140,126). Sum of RGB (Red+Green+Blue) = 199+140+126=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78C7E is #387381. Grayscale: #9C9C9C. Windows color (decimal): -3699586 or 8293575. OLE color: 8293575.
HSL color Cylindrical-coordinate representation of color #C78C7E: hue angle of 11.51º 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 #C78C7E is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 126 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.22 |
| HSL | 11.51º | 0.39% | 0.64% | - |
| HSV(B) | 11.51º | 0.37% | 0.78% | - |
| XYZ | 36.7 | 32.4 | 24.06 | - |
| YUV | 156.05 | 111.05 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 126 | 0 | 0.30 | 0.37 | 0.22 | 11.51 | 0.39 | 0.64 |
| Hex | C7 | 8C | 7E | 0 | 1E | 25 | 16 | C | 27 | 40 |
| Octal | 307 | 214 | 176 | 0 | 36 | 45 | 26 | 14 | 47 | 100 |
| Binary | 11000111 | 10001100 | 1111110 | 0 | 11110 | 100101 | 10110 | 1100 | 100111 | 1000000 |
Color Harmonies of #C78C7E
Complementary color
Monochromatic Colors of #C78C7E
Black with #C78C7E
Text Example
Text Example
White with #C78C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C7E; }
p { color: rgb(199,140,126); }
H1.HeaderClassName
{
color: #C78C7E;
}
.AnyTagClassName
{
color: #C78C7E;
}
</style>
background-color css
<style>
a { background-color: #C78C7E; }
a { background-color: rgb(199,140,126); }
div.DivClassName
{
background-color: #C78C7E;
}
.BgClassName
{
background-color: #C78C7E;
}
</style>
border-color css
<style>
span { border-color: #C78C7E; }
span { border-color: rgb(199,140,126); }
td.TdClassName
{
border-color: #C78C7E;
}
.TagClassName
{
border-color: #C78C7E;
}
</style>