Shades of Oriental Pink #C68D83
Tints of Oriental Pink #C68D83
RGB
CMYK
RGB Variations
Color information
#C68D83 (or 0xC68D83) is known color: Oriental Pink. HEX triplet: C6, 8D and 83. RGB value is (198,141,131). Sum of RGB (Red+Green+Blue) = 198+141+131=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68D83 is #39727C. Grayscale: #9D9D9D. Windows color (decimal): -3764861 or 8621510. OLE color: 8621510.
HSL color Cylindrical-coordinate representation of color #C68D83: hue angle of 8.96º 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 #C68D83 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 131 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.22 |
| HSL | 8.96º | 0.37% | 0.65% | - |
| HSV(B) | 8.96º | 0.34% | 0.78% | - |
| XYZ | 36.91 | 32.69 | 25.84 | - |
| YUV | 156.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 131 | 0 | 0.29 | 0.34 | 0.22 | 8.96 | 0.37 | 0.65 |
| Hex | C6 | 8D | 83 | 0 | 1D | 22 | 16 | 9 | 25 | 41 |
| Octal | 306 | 215 | 203 | 0 | 35 | 42 | 26 | 11 | 45 | 101 |
| Binary | 11000110 | 10001101 | 10000011 | 0 | 11101 | 100010 | 10110 | 1001 | 100101 | 1000001 |
Color Harmonies of #C68D83
Complementary color
Monochromatic Colors of #C68D83
Black with #C68D83
Text Example
Text Example
White with #C68D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68D83; }
p { color: rgb(198,141,131); }
H1.HeaderClassName
{
color: #C68D83;
}
.AnyTagClassName
{
color: #C68D83;
}
</style>
background-color css
<style>
a { background-color: #C68D83; }
a { background-color: rgb(198,141,131); }
div.DivClassName
{
background-color: #C68D83;
}
.BgClassName
{
background-color: #C68D83;
}
</style>
border-color css
<style>
span { border-color: #C68D83; }
span { border-color: rgb(198,141,131); }
td.TdClassName
{
border-color: #C68D83;
}
.TagClassName
{
border-color: #C68D83;
}
</style>