Shades of Oriental Pink #C18984
Tints of Oriental Pink #C18984
RGB
CMYK
RGB Variations
Color information
#C18984 (or 0xC18984) is known color: Oriental Pink. HEX triplet: C1, 89 and 84. RGB value is (193,137,132). Sum of RGB (Red+Green+Blue) = 193+137+132=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C18984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18984 is #3E767B. Grayscale: #999999. Windows color (decimal): -4093564 or 8686017. OLE color: 8686017.
HSL color Cylindrical-coordinate representation of color #C18984: hue angle of 4.92º degrees, saturation: 0.33, 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 #C18984 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 132 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.24 |
| HSL | 4.92º | 0.33% | 0.64% | - |
| HSV(B) | 4.92º | 0.32% | 0.76% | - |
| XYZ | 35.1 | 30.89 | 25.94 | - |
| YUV | 153.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 132 | 0 | 0.29 | 0.32 | 0.24 | 4.92 | 0.33 | 0.64 |
| Hex | C1 | 89 | 84 | 0 | 1D | 20 | 18 | 5 | 21 | 40 |
| Octal | 301 | 211 | 204 | 0 | 35 | 40 | 30 | 5 | 41 | 100 |
| Binary | 11000001 | 10001001 | 10000100 | 0 | 11101 | 100000 | 11000 | 101 | 100001 | 1000000 |
Color Harmonies of #C18984
Complementary color
Monochromatic Colors of #C18984
Black with #C18984
Text Example
Text Example
White with #C18984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18984; }
p { color: rgb(193,137,132); }
H1.HeaderClassName
{
color: #C18984;
}
.AnyTagClassName
{
color: #C18984;
}
</style>
background-color css
<style>
a { background-color: #C18984; }
a { background-color: rgb(193,137,132); }
div.DivClassName
{
background-color: #C18984;
}
.BgClassName
{
background-color: #C18984;
}
</style>
border-color css
<style>
span { border-color: #C18984; }
span { border-color: rgb(193,137,132); }
td.TdClassName
{
border-color: #C18984;
}
.TagClassName
{
border-color: #C18984;
}
</style>