Shades of Oriental Pink #C78D8A
Tints of Oriental Pink #C78D8A
RGB
CMYK
RGB Variations
Color information
#C78D8A (or 0xC78D8A) is known color: Oriental Pink. HEX triplet: C7, 8D and 8A. RGB value is (199,141,138). Sum of RGB (Red+Green+Blue) = 199+141+138=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78D8A is #387275. Grayscale: #9E9E9E. Windows color (decimal): -3699318 or 9080263. OLE color: 9080263.
HSL color Cylindrical-coordinate representation of color #C78D8A: hue angle of 2.95º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C78D8A is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 138 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.22 |
| HSL | 2.95º | 0.35% | 0.66% | - |
| HSV(B) | 2.95º | 0.31% | 0.78% | - |
| XYZ | 37.67 | 33.03 | 28.43 | - |
| YUV | 158 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 138 | 0 | 0.29 | 0.31 | 0.22 | 2.95 | 0.35 | 0.66 |
| Hex | C7 | 8D | 8A | 0 | 1D | 1F | 16 | 3 | 23 | 42 |
| Octal | 307 | 215 | 212 | 0 | 35 | 37 | 26 | 3 | 43 | 102 |
| Binary | 11000111 | 10001101 | 10001010 | 0 | 11101 | 11111 | 10110 | 11 | 100011 | 1000010 |
Color Harmonies of #C78D8A
Complementary color
Monochromatic Colors of #C78D8A
Black with #C78D8A
Text Example
Text Example
White with #C78D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D8A; }
p { color: rgb(199,141,138); }
H1.HeaderClassName
{
color: #C78D8A;
}
.AnyTagClassName
{
color: #C78D8A;
}
</style>
background-color css
<style>
a { background-color: #C78D8A; }
a { background-color: rgb(199,141,138); }
div.DivClassName
{
background-color: #C78D8A;
}
.BgClassName
{
background-color: #C78D8A;
}
</style>
border-color css
<style>
span { border-color: #C78D8A; }
span { border-color: rgb(199,141,138); }
td.TdClassName
{
border-color: #C78D8A;
}
.TagClassName
{
border-color: #C78D8A;
}
</style>