Shades of Oriental Pink #C78D8B
Tints of Oriental Pink #C78D8B
RGB
CMYK
RGB Variations
Color information
#C78D8B (or 0xC78D8B) is known color: Oriental Pink. HEX triplet: C7, 8D and 8B. RGB value is (199,141,139). Sum of RGB (Red+Green+Blue) = 199+141+139=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78D8B is #387274. Grayscale: #9E9E9E. Windows color (decimal): -3699317 or 9145799. OLE color: 9145799.
HSL color Cylindrical-coordinate representation of color #C78D8B: hue angle of 2º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C78D8B is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 139 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.22 |
| HSL | 2º | 0.35% | 0.66% | - |
| HSV(B) | 2º | 0.3% | 0.78% | - |
| XYZ | 37.74 | 33.06 | 28.82 | - |
| YUV | 158.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 139 | 0 | 0.29 | 0.30 | 0.22 | 2 | 0.35 | 0.66 |
| Hex | C7 | 8D | 8B | 0 | 1D | 1E | 16 | 2 | 23 | 42 |
| Octal | 307 | 215 | 213 | 0 | 35 | 36 | 26 | 2 | 43 | 102 |
| Binary | 11000111 | 10001101 | 10001011 | 0 | 11101 | 11110 | 10110 | 10 | 100011 | 1000010 |
Color Harmonies of #C78D8B
Complementary color
Monochromatic Colors of #C78D8B
Black with #C78D8B
Text Example
Text Example
White with #C78D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D8B; }
p { color: rgb(199,141,139); }
H1.HeaderClassName
{
color: #C78D8B;
}
.AnyTagClassName
{
color: #C78D8B;
}
</style>
background-color css
<style>
a { background-color: #C78D8B; }
a { background-color: rgb(199,141,139); }
div.DivClassName
{
background-color: #C78D8B;
}
.BgClassName
{
background-color: #C78D8B;
}
</style>
border-color css
<style>
span { border-color: #C78D8B; }
span { border-color: rgb(199,141,139); }
td.TdClassName
{
border-color: #C78D8B;
}
.TagClassName
{
border-color: #C78D8B;
}
</style>