Shades of Oriental Pink #C68D7E
Tints of Oriental Pink #C68D7E
RGB
CMYK
RGB Variations
Color information
#C68D7E (or 0xC68D7E) is known color: Oriental Pink. HEX triplet: C6, 8D and 7E. RGB value is (198,141,126). Sum of RGB (Red+Green+Blue) = 198+141+126=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68D7E is #397281. Grayscale: #9C9C9C. Windows color (decimal): -3764866 or 8293830. OLE color: 8293830.
HSL color Cylindrical-coordinate representation of color #C68D7E: hue angle of 12.5º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C68D7E is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 126 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.22 |
| HSL | 12.5º | 0.39% | 0.64% | - |
| HSV(B) | 12.5º | 0.36% | 0.78% | - |
| XYZ | 36.58 | 32.56 | 24.1 | - |
| YUV | 156.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 126 | 0 | 0.29 | 0.36 | 0.22 | 12.5 | 0.39 | 0.64 |
| Hex | C6 | 8D | 7E | 0 | 1D | 24 | 16 | C | 27 | 40 |
| Octal | 306 | 215 | 176 | 0 | 35 | 44 | 26 | 14 | 47 | 100 |
| Binary | 11000110 | 10001101 | 1111110 | 0 | 11101 | 100100 | 10110 | 1100 | 100111 | 1000000 |
Color Harmonies of #C68D7E
Complementary color
Monochromatic Colors of #C68D7E
Black with #C68D7E
Text Example
Text Example
White with #C68D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68D7E; }
p { color: rgb(198,141,126); }
H1.HeaderClassName
{
color: #C68D7E;
}
.AnyTagClassName
{
color: #C68D7E;
}
</style>
background-color css
<style>
a { background-color: #C68D7E; }
a { background-color: rgb(198,141,126); }
div.DivClassName
{
background-color: #C68D7E;
}
.BgClassName
{
background-color: #C68D7E;
}
</style>
border-color css
<style>
span { border-color: #C68D7E; }
span { border-color: rgb(198,141,126); }
td.TdClassName
{
border-color: #C68D7E;
}
.TagClassName
{
border-color: #C68D7E;
}
</style>