Shades of Oriental Pink #C28784
Tints of Oriental Pink #C28784
RGB
CMYK
RGB Variations
Color information
#C28784 (or 0xC28784) is known color: Oriental Pink. HEX triplet: C2, 87 and 84. RGB value is (194,135,132). Sum of RGB (Red+Green+Blue) = 194+135+132=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C28784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28784 is #3D787B. Grayscale: #989898. Windows color (decimal): -4028540 or 8685506. OLE color: 8685506.
HSL color Cylindrical-coordinate representation of color #C28784: hue angle of 2.9º 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 #C28784 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 132 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.24 |
| HSL | 2.9º | 0.34% | 0.64% | - |
| HSV(B) | 2.9º | 0.32% | 0.76% | - |
| XYZ | 35.08 | 30.46 | 25.86 | - |
| YUV | 152.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 132 | 0 | 0.30 | 0.32 | 0.24 | 2.9 | 0.34 | 0.64 |
| Hex | C2 | 87 | 84 | 0 | 1E | 20 | 18 | 3 | 22 | 40 |
| Octal | 302 | 207 | 204 | 0 | 36 | 40 | 30 | 3 | 42 | 100 |
| Binary | 11000010 | 10000111 | 10000100 | 0 | 11110 | 100000 | 11000 | 11 | 100010 | 1000000 |
Color Harmonies of #C28784
Complementary color
Monochromatic Colors of #C28784
Black with #C28784
Text Example
Text Example
White with #C28784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28784; }
p { color: rgb(194,135,132); }
H1.HeaderClassName
{
color: #C28784;
}
.AnyTagClassName
{
color: #C28784;
}
</style>
background-color css
<style>
a { background-color: #C28784; }
a { background-color: rgb(194,135,132); }
div.DivClassName
{
background-color: #C28784;
}
.BgClassName
{
background-color: #C28784;
}
</style>
border-color css
<style>
span { border-color: #C28784; }
span { border-color: rgb(194,135,132); }
td.TdClassName
{
border-color: #C28784;
}
.TagClassName
{
border-color: #C28784;
}
</style>