Shades of Oriental Pink #C68C86
Tints of Oriental Pink #C68C86
RGB
CMYK
RGB Variations
Color information
#C68C86 (or 0xC68C86) is known color: Oriental Pink. HEX triplet: C6, 8C and 86. RGB value is (198,140,134). Sum of RGB (Red+Green+Blue) = 198+140+134=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68C86 is #397379. Grayscale: #9C9C9C. Windows color (decimal): -3765114 or 8817862. OLE color: 8817862.
HSL color Cylindrical-coordinate representation of color #C68C86: hue angle of 5.62º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C68C86 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 134 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.22 |
| HSL | 5.63º | 0.36% | 0.65% | - |
| HSV(B) | 5.63º | 0.32% | 0.78% | - |
| XYZ | 36.97 | 32.48 | 26.88 | - |
| YUV | 156.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 134 | 0 | 0.29 | 0.32 | 0.22 | 5.63 | 0.36 | 0.65 |
| Hex | C6 | 8C | 86 | 0 | 1D | 20 | 16 | 6 | 24 | 41 |
| Octal | 306 | 214 | 206 | 0 | 35 | 40 | 26 | 6 | 44 | 101 |
| Binary | 11000110 | 10001100 | 10000110 | 0 | 11101 | 100000 | 10110 | 110 | 100100 | 1000001 |
Color Harmonies of #C68C86
Complementary color
Monochromatic Colors of #C68C86
Black with #C68C86
Text Example
Text Example
White with #C68C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C86; }
p { color: rgb(198,140,134); }
H1.HeaderClassName
{
color: #C68C86;
}
.AnyTagClassName
{
color: #C68C86;
}
</style>
background-color css
<style>
a { background-color: #C68C86; }
a { background-color: rgb(198,140,134); }
div.DivClassName
{
background-color: #C68C86;
}
.BgClassName
{
background-color: #C68C86;
}
</style>
border-color css
<style>
span { border-color: #C68C86; }
span { border-color: rgb(198,140,134); }
td.TdClassName
{
border-color: #C68C86;
}
.TagClassName
{
border-color: #C68C86;
}
</style>