Shades of Oriental Pink #C68F80
Tints of Oriental Pink #C68F80
RGB
CMYK
RGB Variations
Color information
#C68F80 (or 0xC68F80) is known color: Oriental Pink. HEX triplet: C6, 8F and 80. RGB value is (198,143,128). Sum of RGB (Red+Green+Blue) = 198+143+128=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68F80 is #39707F. Grayscale: #9D9D9D. Windows color (decimal): -3764352 or 8425414. OLE color: 8425414.
HSL color Cylindrical-coordinate representation of color #C68F80: hue angle of 12.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68F80 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 128 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.22 |
| HSL | 12.86º | 0.38% | 0.64% | - |
| HSV(B) | 12.86º | 0.35% | 0.78% | - |
| XYZ | 37.01 | 33.21 | 24.88 | - |
| YUV | 157.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 128 | 0 | 0.28 | 0.35 | 0.22 | 12.86 | 0.38 | 0.64 |
| Hex | C6 | 8F | 80 | 0 | 1C | 23 | 16 | D | 26 | 40 |
| Octal | 306 | 217 | 200 | 0 | 34 | 43 | 26 | 15 | 46 | 100 |
| Binary | 11000110 | 10001111 | 10000000 | 0 | 11100 | 100011 | 10110 | 1101 | 100110 | 1000000 |
Color Harmonies of #C68F80
Complementary color
Monochromatic Colors of #C68F80
Black with #C68F80
Text Example
Text Example
White with #C68F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68F80; }
p { color: rgb(198,143,128); }
H1.HeaderClassName
{
color: #C68F80;
}
.AnyTagClassName
{
color: #C68F80;
}
</style>
background-color css
<style>
a { background-color: #C68F80; }
a { background-color: rgb(198,143,128); }
div.DivClassName
{
background-color: #C68F80;
}
.BgClassName
{
background-color: #C68F80;
}
</style>
border-color css
<style>
span { border-color: #C68F80; }
span { border-color: rgb(198,143,128); }
td.TdClassName
{
border-color: #C68F80;
}
.TagClassName
{
border-color: #C68F80;
}
</style>