Shades of Oriental Pink #C18981
Tints of Oriental Pink #C18981
RGB
CMYK
RGB Variations
Color information
#C18981 (or 0xC18981) is known color: Oriental Pink. HEX triplet: C1, 89 and 81. RGB value is (193,137,129). Sum of RGB (Red+Green+Blue) = 193+137+129=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C18981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18981 is #3E767E. Grayscale: #989898. Windows color (decimal): -4093567 or 8489409. OLE color: 8489409.
HSL color Cylindrical-coordinate representation of color #C18981: hue angle of 7.5º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C18981 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 129 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.24 |
| HSL | 7.5º | 0.34% | 0.63% | - |
| HSV(B) | 7.5º | 0.33% | 0.76% | - |
| XYZ | 34.9 | 30.81 | 24.88 | - |
| YUV | 152.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 129 | 0 | 0.29 | 0.33 | 0.24 | 7.5 | 0.34 | 0.63 |
| Hex | C1 | 89 | 81 | 0 | 1D | 21 | 18 | 8 | 22 | 3F |
| Octal | 301 | 211 | 201 | 0 | 35 | 41 | 30 | 10 | 42 | 77 |
| Binary | 11000001 | 10001001 | 10000001 | 0 | 11101 | 100001 | 11000 | 1000 | 100010 | 111111 |
Color Harmonies of #C18981
Complementary color
Monochromatic Colors of #C18981
Black with #C18981
Text Example
Text Example
White with #C18981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18981; }
p { color: rgb(193,137,129); }
H1.HeaderClassName
{
color: #C18981;
}
.AnyTagClassName
{
color: #C18981;
}
</style>
background-color css
<style>
a { background-color: #C18981; }
a { background-color: rgb(193,137,129); }
div.DivClassName
{
background-color: #C18981;
}
.BgClassName
{
background-color: #C18981;
}
</style>
border-color css
<style>
span { border-color: #C18981; }
span { border-color: rgb(193,137,129); }
td.TdClassName
{
border-color: #C18981;
}
.TagClassName
{
border-color: #C18981;
}
</style>