Shades of Oriental Pink #C68986
Tints of Oriental Pink #C68986
RGB
CMYK
RGB Variations
Color information
#C68986 (or 0xC68986) is known color: Oriental Pink. HEX triplet: C6, 89 and 86. RGB value is (198,137,134). Sum of RGB (Red+Green+Blue) = 198+137+134=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C68986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68986 is #397679. Grayscale: #9A9A9A. Windows color (decimal): -3765882 or 8817094. OLE color: 8817094.
HSL color Cylindrical-coordinate representation of color #C68986: hue angle of 2.81º 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 #C68986 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 134 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.22 |
| HSL | 2.81º | 0.36% | 0.65% | - |
| HSV(B) | 2.81º | 0.32% | 0.78% | - |
| XYZ | 36.54 | 31.62 | 26.73 | - |
| YUV | 154.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 134 | 0 | 0.31 | 0.32 | 0.22 | 2.81 | 0.36 | 0.65 |
| Hex | C6 | 89 | 86 | 0 | 1F | 20 | 16 | 3 | 24 | 41 |
| Octal | 306 | 211 | 206 | 0 | 37 | 40 | 26 | 3 | 44 | 101 |
| Binary | 11000110 | 10001001 | 10000110 | 0 | 11111 | 100000 | 10110 | 11 | 100100 | 1000001 |
Color Harmonies of #C68986
Complementary color
Monochromatic Colors of #C68986
Black with #C68986
Text Example
Text Example
White with #C68986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68986; }
p { color: rgb(198,137,134); }
H1.HeaderClassName
{
color: #C68986;
}
.AnyTagClassName
{
color: #C68986;
}
</style>
background-color css
<style>
a { background-color: #C68986; }
a { background-color: rgb(198,137,134); }
div.DivClassName
{
background-color: #C68986;
}
.BgClassName
{
background-color: #C68986;
}
</style>
border-color css
<style>
span { border-color: #C68986; }
span { border-color: rgb(198,137,134); }
td.TdClassName
{
border-color: #C68986;
}
.TagClassName
{
border-color: #C68986;
}
</style>