Shades of Oriental Pink #C68E8D
Tints of Oriental Pink #C68E8D
RGB
CMYK
RGB Variations
Color information
#C68E8D (or 0xC68E8D) is known color: Oriental Pink. HEX triplet: C6, 8E and 8D. RGB value is (198,142,141). Sum of RGB (Red+Green+Blue) = 198+142+141=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68E8D is #397172. Grayscale: #9E9E9E. Windows color (decimal): -3764595 or 9277126. OLE color: 9277126.
HSL color Cylindrical-coordinate representation of color #C68E8D: hue angle of 1.05º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C68E8D is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 141 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.22 |
| HSL | 1.05º | 0.33% | 0.66% | - |
| HSV(B) | 1.05º | 0.29% | 0.78% | - |
| XYZ | 37.77 | 33.27 | 29.63 | - |
| YUV | 158.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 141 | 0 | 0.28 | 0.29 | 0.22 | 1.05 | 0.33 | 0.66 |
| Hex | C6 | 8E | 8D | 0 | 1C | 1D | 16 | 1 | 21 | 42 |
| Octal | 306 | 216 | 215 | 0 | 34 | 35 | 26 | 1 | 41 | 102 |
| Binary | 11000110 | 10001110 | 10001101 | 0 | 11100 | 11101 | 10110 | 1 | 100001 | 1000010 |
Color Harmonies of #C68E8D
Complementary color
Monochromatic Colors of #C68E8D
Black with #C68E8D
Text Example
Text Example
White with #C68E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68E8D; }
p { color: rgb(198,142,141); }
H1.HeaderClassName
{
color: #C68E8D;
}
.AnyTagClassName
{
color: #C68E8D;
}
</style>
background-color css
<style>
a { background-color: #C68E8D; }
a { background-color: rgb(198,142,141); }
div.DivClassName
{
background-color: #C68E8D;
}
.BgClassName
{
background-color: #C68E8D;
}
</style>
border-color css
<style>
span { border-color: #C68E8D; }
span { border-color: rgb(198,142,141); }
td.TdClassName
{
border-color: #C68E8D;
}
.TagClassName
{
border-color: #C68E8D;
}
</style>