Shades of Oriental Pink #C78F7F
Tints of Oriental Pink #C78F7F
RGB
CMYK
RGB Variations
Color information
#C78F7F (or 0xC78F7F) is known color: Oriental Pink. HEX triplet: C7, 8F and 7F. RGB value is (199,143,127). Sum of RGB (Red+Green+Blue) = 199+143+127=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78F7F is #387080. Grayscale: #9E9E9E. Windows color (decimal): -3698817 or 8359879. OLE color: 8359879.
HSL color Cylindrical-coordinate representation of color #C78F7F: hue angle of 13.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C78F7F is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 143 | 127 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.22 |
| HSL | 13.33º | 0.39% | 0.64% | - |
| HSV(B) | 13.33º | 0.36% | 0.78% | - |
| XYZ | 37.21 | 33.32 | 24.55 | - |
| YUV | 157.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 127 | 0 | 0.28 | 0.36 | 0.22 | 13.33 | 0.39 | 0.64 |
| Hex | C7 | 8F | 7F | 0 | 1C | 24 | 16 | D | 27 | 40 |
| Octal | 307 | 217 | 177 | 0 | 34 | 44 | 26 | 15 | 47 | 100 |
| Binary | 11000111 | 10001111 | 1111111 | 0 | 11100 | 100100 | 10110 | 1101 | 100111 | 1000000 |
Color Harmonies of #C78F7F
Complementary color
Monochromatic Colors of #C78F7F
Black with #C78F7F
Text Example
Text Example
White with #C78F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78F7F; }
p { color: rgb(199,143,127); }
H1.HeaderClassName
{
color: #C78F7F;
}
.AnyTagClassName
{
color: #C78F7F;
}
</style>
background-color css
<style>
a { background-color: #C78F7F; }
a { background-color: rgb(199,143,127); }
div.DivClassName
{
background-color: #C78F7F;
}
.BgClassName
{
background-color: #C78F7F;
}
</style>
border-color css
<style>
span { border-color: #C78F7F; }
span { border-color: rgb(199,143,127); }
td.TdClassName
{
border-color: #C78F7F;
}
.TagClassName
{
border-color: #C78F7F;
}
</style>