Shades of Oriental Pink #C68F89
Tints of Oriental Pink #C68F89
RGB
CMYK
RGB Variations
Color information
#C68F89 (or 0xC68F89) is known color: Oriental Pink. HEX triplet: C6, 8F and 89. RGB value is (198,143,137). Sum of RGB (Red+Green+Blue) = 198+143+137=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68F89 is #397076. Grayscale: #9E9E9E. Windows color (decimal): -3764343 or 9015238. OLE color: 9015238.
HSL color Cylindrical-coordinate representation of color #C68F89: hue angle of 5.9º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C68F89 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 137 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.22 |
| HSL | 5.9º | 0.35% | 0.66% | - |
| HSV(B) | 5.9º | 0.31% | 0.78% | - |
| XYZ | 37.63 | 33.46 | 28.14 | - |
| YUV | 158.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 137 | 0 | 0.28 | 0.31 | 0.22 | 5.9 | 0.35 | 0.66 |
| Hex | C6 | 8F | 89 | 0 | 1C | 1F | 16 | 6 | 23 | 42 |
| Octal | 306 | 217 | 211 | 0 | 34 | 37 | 26 | 6 | 43 | 102 |
| Binary | 11000110 | 10001111 | 10001001 | 0 | 11100 | 11111 | 10110 | 110 | 100011 | 1000010 |
Color Harmonies of #C68F89
Complementary color
Monochromatic Colors of #C68F89
Black with #C68F89
Text Example
Text Example
White with #C68F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68F89; }
p { color: rgb(198,143,137); }
H1.HeaderClassName
{
color: #C68F89;
}
.AnyTagClassName
{
color: #C68F89;
}
</style>
background-color css
<style>
a { background-color: #C68F89; }
a { background-color: rgb(198,143,137); }
div.DivClassName
{
background-color: #C68F89;
}
.BgClassName
{
background-color: #C68F89;
}
</style>
border-color css
<style>
span { border-color: #C68F89; }
span { border-color: rgb(198,143,137); }
td.TdClassName
{
border-color: #C68F89;
}
.TagClassName
{
border-color: #C68F89;
}
</style>