Shades of Oriental Pink #C68F83
Tints of Oriental Pink #C68F83
RGB
CMYK
RGB Variations
Color information
#C68F83 (or 0xC68F83) is known color: Oriental Pink. HEX triplet: C6, 8F and 83. RGB value is (198,143,131). Sum of RGB (Red+Green+Blue) = 198+143+131=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68F83 is #39707C. Grayscale: #9E9E9E. Windows color (decimal): -3764349 or 8622022. OLE color: 8622022.
HSL color Cylindrical-coordinate representation of color #C68F83: hue angle of 10.75º 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 #C68F83 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 131 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.22 |
| HSL | 10.75º | 0.37% | 0.65% | - |
| HSV(B) | 10.75º | 0.34% | 0.78% | - |
| XYZ | 37.21 | 33.29 | 25.94 | - |
| YUV | 158.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 131 | 0 | 0.28 | 0.34 | 0.22 | 10.75 | 0.37 | 0.65 |
| Hex | C6 | 8F | 83 | 0 | 1C | 22 | 16 | B | 25 | 41 |
| Octal | 306 | 217 | 203 | 0 | 34 | 42 | 26 | 13 | 45 | 101 |
| Binary | 11000110 | 10001111 | 10000011 | 0 | 11100 | 100010 | 10110 | 1011 | 100101 | 1000001 |
Color Harmonies of #C68F83
Complementary color
Monochromatic Colors of #C68F83
Black with #C68F83
Text Example
Text Example
White with #C68F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68F83; }
p { color: rgb(198,143,131); }
H1.HeaderClassName
{
color: #C68F83;
}
.AnyTagClassName
{
color: #C68F83;
}
</style>
background-color css
<style>
a { background-color: #C68F83; }
a { background-color: rgb(198,143,131); }
div.DivClassName
{
background-color: #C68F83;
}
.BgClassName
{
background-color: #C68F83;
}
</style>
border-color css
<style>
span { border-color: #C68F83; }
span { border-color: rgb(198,143,131); }
td.TdClassName
{
border-color: #C68F83;
}
.TagClassName
{
border-color: #C68F83;
}
</style>