Shades of Oriental Pink #C78C83
Tints of Oriental Pink #C78C83
RGB
CMYK
RGB Variations
Color information
#C78C83 (or 0xC78C83) is known color: Oriental Pink. HEX triplet: C7, 8C and 83. RGB value is (199,140,131). Sum of RGB (Red+Green+Blue) = 199+140+131=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78C83 is #38737C. Grayscale: #9C9C9C. Windows color (decimal): -3699581 or 8621255. OLE color: 8621255.
HSL color Cylindrical-coordinate representation of color #C78C83: hue angle of 7.94º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C78C83 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 131 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.22 |
| HSL | 7.94º | 0.38% | 0.65% | - |
| HSV(B) | 7.94º | 0.34% | 0.78% | - |
| XYZ | 37.03 | 32.54 | 25.8 | - |
| YUV | 156.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 131 | 0 | 0.30 | 0.34 | 0.22 | 7.94 | 0.38 | 0.65 |
| Hex | C7 | 8C | 83 | 0 | 1E | 22 | 16 | 8 | 26 | 41 |
| Octal | 307 | 214 | 203 | 0 | 36 | 42 | 26 | 10 | 46 | 101 |
| Binary | 11000111 | 10001100 | 10000011 | 0 | 11110 | 100010 | 10110 | 1000 | 100110 | 1000001 |
Color Harmonies of #C78C83
Complementary color
Monochromatic Colors of #C78C83
Black with #C78C83
Text Example
Text Example
White with #C78C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C83; }
p { color: rgb(199,140,131); }
H1.HeaderClassName
{
color: #C78C83;
}
.AnyTagClassName
{
color: #C78C83;
}
</style>
background-color css
<style>
a { background-color: #C78C83; }
a { background-color: rgb(199,140,131); }
div.DivClassName
{
background-color: #C78C83;
}
.BgClassName
{
background-color: #C78C83;
}
</style>
border-color css
<style>
span { border-color: #C78C83; }
span { border-color: rgb(199,140,131); }
td.TdClassName
{
border-color: #C78C83;
}
.TagClassName
{
border-color: #C78C83;
}
</style>