Shades of Oriental Pink #C78681
Tints of Oriental Pink #C78681
RGB
CMYK
RGB Variations
Color information
#C78681 (or 0xC78681) is known color: Oriental Pink. HEX triplet: C7, 86 and 81. RGB value is (199,134,129). Sum of RGB (Red+Green+Blue) = 199+134+129=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C78681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78681 is #38797E. Grayscale: #989898. Windows color (decimal): -3701119 or 8488647. OLE color: 8488647.
HSL color Cylindrical-coordinate representation of color #C78681: hue angle of 4.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C78681 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 129 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.22 |
| HSL | 4.29º | 0.38% | 0.64% | - |
| HSV(B) | 4.29º | 0.35% | 0.78% | - |
| XYZ | 36.04 | 30.78 | 24.81 | - |
| YUV | 152.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 129 | 0 | 0.33 | 0.35 | 0.22 | 4.29 | 0.38 | 0.64 |
| Hex | C7 | 86 | 81 | 0 | 21 | 23 | 16 | 4 | 26 | 40 |
| Octal | 307 | 206 | 201 | 0 | 41 | 43 | 26 | 4 | 46 | 100 |
| Binary | 11000111 | 10000110 | 10000001 | 0 | 100001 | 100011 | 10110 | 100 | 100110 | 1000000 |
Color Harmonies of #C78681
Complementary color
Monochromatic Colors of #C78681
Black with #C78681
Text Example
Text Example
White with #C78681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78681; }
p { color: rgb(199,134,129); }
H1.HeaderClassName
{
color: #C78681;
}
.AnyTagClassName
{
color: #C78681;
}
</style>
background-color css
<style>
a { background-color: #C78681; }
a { background-color: rgb(199,134,129); }
div.DivClassName
{
background-color: #C78681;
}
.BgClassName
{
background-color: #C78681;
}
</style>
border-color css
<style>
span { border-color: #C78681; }
span { border-color: rgb(199,134,129); }
td.TdClassName
{
border-color: #C78681;
}
.TagClassName
{
border-color: #C78681;
}
</style>