Shades of Oriental Pink #C18988
Tints of Oriental Pink #C18988
RGB
CMYK
RGB Variations
Color information
#C18988 (or 0xC18988) is known color: Oriental Pink. HEX triplet: C1, 89 and 88. RGB value is (193,137,136). Sum of RGB (Red+Green+Blue) = 193+137+136=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C18988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18988 is #3E7677. Grayscale: #999999. Windows color (decimal): -4093560 or 8948161. OLE color: 8948161.
HSL color Cylindrical-coordinate representation of color #C18988: hue angle of 1.05º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C18988 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 136 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.24 |
| HSL | 1.05º | 0.31% | 0.65% | - |
| HSV(B) | 1.05º | 0.3% | 0.76% | - |
| XYZ | 35.38 | 31.01 | 27.41 | - |
| YUV | 153.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 136 | 0 | 0.29 | 0.30 | 0.24 | 1.05 | 0.31 | 0.65 |
| Hex | C1 | 89 | 88 | 0 | 1D | 1E | 18 | 1 | 1F | 41 |
| Octal | 301 | 211 | 210 | 0 | 35 | 36 | 30 | 1 | 37 | 101 |
| Binary | 11000001 | 10001001 | 10001000 | 0 | 11101 | 11110 | 11000 | 1 | 11111 | 1000001 |
Color Harmonies of #C18988
Complementary color
Monochromatic Colors of #C18988
Black with #C18988
Text Example
Text Example
White with #C18988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18988; }
p { color: rgb(193,137,136); }
H1.HeaderClassName
{
color: #C18988;
}
.AnyTagClassName
{
color: #C18988;
}
</style>
background-color css
<style>
a { background-color: #C18988; }
a { background-color: rgb(193,137,136); }
div.DivClassName
{
background-color: #C18988;
}
.BgClassName
{
background-color: #C18988;
}
</style>
border-color css
<style>
span { border-color: #C18988; }
span { border-color: rgb(193,137,136); }
td.TdClassName
{
border-color: #C18988;
}
.TagClassName
{
border-color: #C18988;
}
</style>