Shades of Oriental Pink #C18985
Tints of Oriental Pink #C18985
RGB
CMYK
RGB Variations
Color information
#C18985 (or 0xC18985) is known color: Oriental Pink. HEX triplet: C1, 89 and 85. RGB value is (193,137,133). Sum of RGB (Red+Green+Blue) = 193+137+133=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C18985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18985 is #3E767A. Grayscale: #999999. Windows color (decimal): -4093563 or 8751553. OLE color: 8751553.
HSL color Cylindrical-coordinate representation of color #C18985: hue angle of 4º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C18985 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 133 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.24 |
| HSL | 4º | 0.33% | 0.64% | - |
| HSV(B) | 4º | 0.31% | 0.76% | - |
| XYZ | 35.17 | 30.92 | 26.31 | - |
| YUV | 153.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 133 | 0 | 0.29 | 0.31 | 0.24 | 4 | 0.33 | 0.64 |
| Hex | C1 | 89 | 85 | 0 | 1D | 1F | 18 | 4 | 21 | 40 |
| Octal | 301 | 211 | 205 | 0 | 35 | 37 | 30 | 4 | 41 | 100 |
| Binary | 11000001 | 10001001 | 10000101 | 0 | 11101 | 11111 | 11000 | 100 | 100001 | 1000000 |
Color Harmonies of #C18985
Complementary color
Monochromatic Colors of #C18985
Black with #C18985
Text Example
Text Example
White with #C18985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18985; }
p { color: rgb(193,137,133); }
H1.HeaderClassName
{
color: #C18985;
}
.AnyTagClassName
{
color: #C18985;
}
</style>
background-color css
<style>
a { background-color: #C18985; }
a { background-color: rgb(193,137,133); }
div.DivClassName
{
background-color: #C18985;
}
.BgClassName
{
background-color: #C18985;
}
</style>
border-color css
<style>
span { border-color: #C18985; }
span { border-color: rgb(193,137,133); }
td.TdClassName
{
border-color: #C18985;
}
.TagClassName
{
border-color: #C18985;
}
</style>