Shades of Oriental Pink #C28986
Tints of Oriental Pink #C28986
RGB
CMYK
RGB Variations
Color information
#C28986 (or 0xC28986) is known color: Oriental Pink. HEX triplet: C2, 89 and 86. RGB value is (194,137,134). Sum of RGB (Red+Green+Blue) = 194+137+134=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C28986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28986 is #3D7679. Grayscale: #999999. Windows color (decimal): -4028026 or 8817090. OLE color: 8817090.
HSL color Cylindrical-coordinate representation of color #C28986: hue angle of 3º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28986 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 134 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.24 |
| HSL | 3º | 0.33% | 0.64% | - |
| HSV(B) | 3º | 0.31% | 0.76% | - |
| XYZ | 35.5 | 31.08 | 26.68 | - |
| YUV | 153.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 134 | 0 | 0.29 | 0.31 | 0.24 | 3 | 0.33 | 0.64 |
| Hex | C2 | 89 | 86 | 0 | 1D | 1F | 18 | 3 | 21 | 40 |
| Octal | 302 | 211 | 206 | 0 | 35 | 37 | 30 | 3 | 41 | 100 |
| Binary | 11000010 | 10001001 | 10000110 | 0 | 11101 | 11111 | 11000 | 11 | 100001 | 1000000 |
Color Harmonies of #C28986
Complementary color
Monochromatic Colors of #C28986
Black with #C28986
Text Example
Text Example
White with #C28986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28986; }
p { color: rgb(194,137,134); }
H1.HeaderClassName
{
color: #C28986;
}
.AnyTagClassName
{
color: #C28986;
}
</style>
background-color css
<style>
a { background-color: #C28986; }
a { background-color: rgb(194,137,134); }
div.DivClassName
{
background-color: #C28986;
}
.BgClassName
{
background-color: #C28986;
}
</style>
border-color css
<style>
span { border-color: #C28986; }
span { border-color: rgb(194,137,134); }
td.TdClassName
{
border-color: #C28986;
}
.TagClassName
{
border-color: #C28986;
}
</style>