Shades of Oriental Pink #C78A89
Tints of Oriental Pink #C78A89
RGB
CMYK
RGB Variations
Color information
#C78A89 (or 0xC78A89) is known color: Oriental Pink. HEX triplet: C7, 8A and 89. RGB value is (199,138,137). Sum of RGB (Red+Green+Blue) = 199+138+137=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78A89 is #387576. Grayscale: #9C9C9C. Windows color (decimal): -3700087 or 9013959. OLE color: 9013959.
HSL color Cylindrical-coordinate representation of color #C78A89: hue angle of 0.97º degrees, saturation: 0.36, 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 #C78A89 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 137 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.22 |
| HSL | 0.97º | 0.36% | 0.66% | - |
| HSV(B) | 0.97º | 0.31% | 0.78% | - |
| XYZ | 37.16 | 32.13 | 27.91 | - |
| YUV | 156.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 137 | 0 | 0.31 | 0.31 | 0.22 | 0.97 | 0.36 | 0.66 |
| Hex | C7 | 8A | 89 | 0 | 1F | 1F | 16 | 1 | 24 | 42 |
| Octal | 307 | 212 | 211 | 0 | 37 | 37 | 26 | 1 | 44 | 102 |
| Binary | 11000111 | 10001010 | 10001001 | 0 | 11111 | 11111 | 10110 | 1 | 100100 | 1000010 |
Color Harmonies of #C78A89
Complementary color
Monochromatic Colors of #C78A89
Black with #C78A89
Text Example
Text Example
White with #C78A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78A89; }
p { color: rgb(199,138,137); }
H1.HeaderClassName
{
color: #C78A89;
}
.AnyTagClassName
{
color: #C78A89;
}
</style>
background-color css
<style>
a { background-color: #C78A89; }
a { background-color: rgb(199,138,137); }
div.DivClassName
{
background-color: #C78A89;
}
.BgClassName
{
background-color: #C78A89;
}
</style>
border-color css
<style>
span { border-color: #C78A89; }
span { border-color: rgb(199,138,137); }
td.TdClassName
{
border-color: #C78A89;
}
.TagClassName
{
border-color: #C78A89;
}
</style>