Shades of Oriental Pink #C18980
Tints of Oriental Pink #C18980
RGB
CMYK
RGB Variations
Color information
#C18980 (or 0xC18980) is known color: Oriental Pink. HEX triplet: C1, 89 and 80. RGB value is (193,137,128). Sum of RGB (Red+Green+Blue) = 193+137+128=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C18980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18980 is #3E767F. Grayscale: #989898. Windows color (decimal): -4093568 or 8423873. OLE color: 8423873.
HSL color Cylindrical-coordinate representation of color #C18980: hue angle of 8.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C18980 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 128 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.24 |
| HSL | 8.31º | 0.34% | 0.63% | - |
| HSV(B) | 8.31º | 0.34% | 0.76% | - |
| XYZ | 34.83 | 30.79 | 24.53 | - |
| YUV | 152.72 | 114.05 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 128 | 0 | 0.29 | 0.34 | 0.24 | 8.31 | 0.34 | 0.63 |
| Hex | C1 | 89 | 80 | 0 | 1D | 22 | 18 | 8 | 22 | 3F |
| Octal | 301 | 211 | 200 | 0 | 35 | 42 | 30 | 10 | 42 | 77 |
| Binary | 11000001 | 10001001 | 10000000 | 0 | 11101 | 100010 | 11000 | 1000 | 100010 | 111111 |
Color Harmonies of #C18980
Complementary color
Monochromatic Colors of #C18980
Black with #C18980
Text Example
Text Example
White with #C18980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18980; }
p { color: rgb(193,137,128); }
H1.HeaderClassName
{
color: #C18980;
}
.AnyTagClassName
{
color: #C18980;
}
</style>
background-color css
<style>
a { background-color: #C18980; }
a { background-color: rgb(193,137,128); }
div.DivClassName
{
background-color: #C18980;
}
.BgClassName
{
background-color: #C18980;
}
</style>
border-color css
<style>
span { border-color: #C18980; }
span { border-color: rgb(193,137,128); }
td.TdClassName
{
border-color: #C18980;
}
.TagClassName
{
border-color: #C18980;
}
</style>