Shades of Oriental Pink #C78C8B
Tints of Oriental Pink #C78C8B
RGB
CMYK
RGB Variations
Color information
#C78C8B (or 0xC78C8B) is known color: Oriental Pink. HEX triplet: C7, 8C and 8B. RGB value is (199,140,139). Sum of RGB (Red+Green+Blue) = 199+140+139=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78C8B is #387374. Grayscale: #9D9D9D. Windows color (decimal): -3699573 or 9145543. OLE color: 9145543.
HSL color Cylindrical-coordinate representation of color #C78C8B: hue angle of 1º 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 #C78C8B is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 139 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.22 |
| HSL | 1º | 0.35% | 0.66% | - |
| HSV(B) | 1º | 0.3% | 0.78% | - |
| XYZ | 37.59 | 32.76 | 28.77 | - |
| YUV | 157.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 139 | 0 | 0.30 | 0.30 | 0.22 | 1 | 0.35 | 0.66 |
| Hex | C7 | 8C | 8B | 0 | 1E | 1E | 16 | 1 | 23 | 42 |
| Octal | 307 | 214 | 213 | 0 | 36 | 36 | 26 | 1 | 43 | 102 |
| Binary | 11000111 | 10001100 | 10001011 | 0 | 11110 | 11110 | 10110 | 1 | 100011 | 1000010 |
Color Harmonies of #C78C8B
Complementary color
Monochromatic Colors of #C78C8B
Black with #C78C8B
Text Example
Text Example
White with #C78C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C8B; }
p { color: rgb(199,140,139); }
H1.HeaderClassName
{
color: #C78C8B;
}
.AnyTagClassName
{
color: #C78C8B;
}
</style>
background-color css
<style>
a { background-color: #C78C8B; }
a { background-color: rgb(199,140,139); }
div.DivClassName
{
background-color: #C78C8B;
}
.BgClassName
{
background-color: #C78C8B;
}
</style>
border-color css
<style>
span { border-color: #C78C8B; }
span { border-color: rgb(199,140,139); }
td.TdClassName
{
border-color: #C78C8B;
}
.TagClassName
{
border-color: #C78C8B;
}
</style>