Shades of Oriental Pink #C68E8A
Tints of Oriental Pink #C68E8A
RGB
CMYK
RGB Variations
Color information
#C68E8A (or 0xC68E8A) is known color: Oriental Pink. HEX triplet: C6, 8E and 8A. RGB value is (198,142,138). Sum of RGB (Red+Green+Blue) = 198+142+138=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68E8A is #397175. Grayscale: #9E9E9E. Windows color (decimal): -3764598 or 9080518. OLE color: 9080518.
HSL color Cylindrical-coordinate representation of color #C68E8A: hue angle of 4º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68E8A is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 138 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.22 |
| HSL | 4º | 0.34% | 0.66% | - |
| HSV(B) | 4º | 0.3% | 0.78% | - |
| XYZ | 37.55 | 33.19 | 28.47 | - |
| YUV | 158.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 138 | 0 | 0.28 | 0.30 | 0.22 | 4 | 0.34 | 0.66 |
| Hex | C6 | 8E | 8A | 0 | 1C | 1E | 16 | 4 | 22 | 42 |
| Octal | 306 | 216 | 212 | 0 | 34 | 36 | 26 | 4 | 42 | 102 |
| Binary | 11000110 | 10001110 | 10001010 | 0 | 11100 | 11110 | 10110 | 100 | 100010 | 1000010 |
Color Harmonies of #C68E8A
Complementary color
Monochromatic Colors of #C68E8A
Black with #C68E8A
Text Example
Text Example
White with #C68E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68E8A; }
p { color: rgb(198,142,138); }
H1.HeaderClassName
{
color: #C68E8A;
}
.AnyTagClassName
{
color: #C68E8A;
}
</style>
background-color css
<style>
a { background-color: #C68E8A; }
a { background-color: rgb(198,142,138); }
div.DivClassName
{
background-color: #C68E8A;
}
.BgClassName
{
background-color: #C68E8A;
}
</style>
border-color css
<style>
span { border-color: #C68E8A; }
span { border-color: rgb(198,142,138); }
td.TdClassName
{
border-color: #C68E8A;
}
.TagClassName
{
border-color: #C68E8A;
}
</style>