Shades of Oriental Pink #C28684
Tints of Oriental Pink #C28684
RGB
CMYK
RGB Variations
Color information
#C28684 (or 0xC28684) is known color: Oriental Pink. HEX triplet: C2, 86 and 84. RGB value is (194,134,132). Sum of RGB (Red+Green+Blue) = 194+134+132=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C28684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28684 is #3D797B. Grayscale: #979797. Windows color (decimal): -4028796 or 8685250. OLE color: 8685250.
HSL color Cylindrical-coordinate representation of color #C28684: hue angle of 1.94º 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 #C28684 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 132 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.24 |
| HSL | 1.94º | 0.34% | 0.64% | - |
| HSV(B) | 1.94º | 0.32% | 0.76% | - |
| XYZ | 34.94 | 30.19 | 25.81 | - |
| YUV | 151.71 | 116.88 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 132 | 0 | 0.31 | 0.32 | 0.24 | 1.94 | 0.34 | 0.64 |
| Hex | C2 | 86 | 84 | 0 | 1F | 20 | 18 | 2 | 22 | 40 |
| Octal | 302 | 206 | 204 | 0 | 37 | 40 | 30 | 2 | 42 | 100 |
| Binary | 11000010 | 10000110 | 10000100 | 0 | 11111 | 100000 | 11000 | 10 | 100010 | 1000000 |
Color Harmonies of #C28684
Complementary color
Monochromatic Colors of #C28684
Black with #C28684
Text Example
Text Example
White with #C28684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28684; }
p { color: rgb(194,134,132); }
H1.HeaderClassName
{
color: #C28684;
}
.AnyTagClassName
{
color: #C28684;
}
</style>
background-color css
<style>
a { background-color: #C28684; }
a { background-color: rgb(194,134,132); }
div.DivClassName
{
background-color: #C28684;
}
.BgClassName
{
background-color: #C28684;
}
</style>
border-color css
<style>
span { border-color: #C28684; }
span { border-color: rgb(194,134,132); }
td.TdClassName
{
border-color: #C28684;
}
.TagClassName
{
border-color: #C28684;
}
</style>