Shades of Oriental Pink #C68E83
Tints of Oriental Pink #C68E83
RGB
CMYK
RGB Variations
Color information
#C68E83 (or 0xC68E83) is known color: Oriental Pink. HEX triplet: C6, 8E and 83. RGB value is (198,142,131). Sum of RGB (Red+Green+Blue) = 198+142+131=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68E83 is #39717C. Grayscale: #9D9D9D. Windows color (decimal): -3764605 or 8621766. OLE color: 8621766.
HSL color Cylindrical-coordinate representation of color #C68E83: hue angle of 9.85º degrees, saturation: 0.37, 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 #C68E83 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 131 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.22 |
| HSL | 9.85º | 0.37% | 0.65% | - |
| HSV(B) | 9.85º | 0.34% | 0.78% | - |
| XYZ | 37.06 | 32.99 | 25.89 | - |
| YUV | 157.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 131 | 0 | 0.28 | 0.34 | 0.22 | 9.85 | 0.37 | 0.65 |
| Hex | C6 | 8E | 83 | 0 | 1C | 22 | 16 | A | 25 | 41 |
| Octal | 306 | 216 | 203 | 0 | 34 | 42 | 26 | 12 | 45 | 101 |
| Binary | 11000110 | 10001110 | 10000011 | 0 | 11100 | 100010 | 10110 | 1010 | 100101 | 1000001 |
Color Harmonies of #C68E83
Complementary color
Monochromatic Colors of #C68E83
Black with #C68E83
Text Example
Text Example
White with #C68E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68E83; }
p { color: rgb(198,142,131); }
H1.HeaderClassName
{
color: #C68E83;
}
.AnyTagClassName
{
color: #C68E83;
}
</style>
background-color css
<style>
a { background-color: #C68E83; }
a { background-color: rgb(198,142,131); }
div.DivClassName
{
background-color: #C68E83;
}
.BgClassName
{
background-color: #C68E83;
}
</style>
border-color css
<style>
span { border-color: #C68E83; }
span { border-color: rgb(198,142,131); }
td.TdClassName
{
border-color: #C68E83;
}
.TagClassName
{
border-color: #C68E83;
}
</style>