Shades of Oriental Pink #C28984
Tints of Oriental Pink #C28984
RGB
CMYK
RGB Variations
Color information
#C28984 (or 0xC28984) is known color: Oriental Pink. HEX triplet: C2, 89 and 84. RGB value is (194,137,132). Sum of RGB (Red+Green+Blue) = 194+137+132=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C28984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28984 is #3D767B. Grayscale: #999999. Windows color (decimal): -4028028 or 8686018. OLE color: 8686018.
HSL color Cylindrical-coordinate representation of color #C28984: hue angle of 4.84º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C28984 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 132 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.24 |
| HSL | 4.84º | 0.34% | 0.64% | - |
| HSV(B) | 4.84º | 0.32% | 0.76% | - |
| XYZ | 35.36 | 31.03 | 25.95 | - |
| YUV | 153.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 132 | 0 | 0.29 | 0.32 | 0.24 | 4.84 | 0.34 | 0.64 |
| Hex | C2 | 89 | 84 | 0 | 1D | 20 | 18 | 5 | 22 | 40 |
| Octal | 302 | 211 | 204 | 0 | 35 | 40 | 30 | 5 | 42 | 100 |
| Binary | 11000010 | 10001001 | 10000100 | 0 | 11101 | 100000 | 11000 | 101 | 100010 | 1000000 |
Color Harmonies of #C28984
Complementary color
Monochromatic Colors of #C28984
Black with #C28984
Text Example
Text Example
White with #C28984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28984; }
p { color: rgb(194,137,132); }
H1.HeaderClassName
{
color: #C28984;
}
.AnyTagClassName
{
color: #C28984;
}
</style>
background-color css
<style>
a { background-color: #C28984; }
a { background-color: rgb(194,137,132); }
div.DivClassName
{
background-color: #C28984;
}
.BgClassName
{
background-color: #C28984;
}
</style>
border-color css
<style>
span { border-color: #C28984; }
span { border-color: rgb(194,137,132); }
td.TdClassName
{
border-color: #C28984;
}
.TagClassName
{
border-color: #C28984;
}
</style>