Shades of Oriental Pink #C18885
Tints of Oriental Pink #C18885
RGB
CMYK
RGB Variations
Color information
#C18885 (or 0xC18885) is known color: Oriental Pink. HEX triplet: C1, 88 and 85. RGB value is (193,136,133). Sum of RGB (Red+Green+Blue) = 193+136+133=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C18885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18885 is #3E777A. Grayscale: #989898. Windows color (decimal): -4093819 or 8751297. OLE color: 8751297.
HSL color Cylindrical-coordinate representation of color #C18885: hue angle of 3º 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 #C18885 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 133 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.24 |
| HSL | 3º | 0.33% | 0.64% | - |
| HSV(B) | 3º | 0.31% | 0.76% | - |
| XYZ | 35.03 | 30.64 | 26.26 | - |
| YUV | 152.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 133 | 0 | 0.30 | 0.31 | 0.24 | 3 | 0.33 | 0.64 |
| Hex | C1 | 88 | 85 | 0 | 1E | 1F | 18 | 3 | 21 | 40 |
| Octal | 301 | 210 | 205 | 0 | 36 | 37 | 30 | 3 | 41 | 100 |
| Binary | 11000001 | 10001000 | 10000101 | 0 | 11110 | 11111 | 11000 | 11 | 100001 | 1000000 |
Color Harmonies of #C18885
Complementary color
Monochromatic Colors of #C18885
Black with #C18885
Text Example
Text Example
White with #C18885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18885; }
p { color: rgb(193,136,133); }
H1.HeaderClassName
{
color: #C18885;
}
.AnyTagClassName
{
color: #C18885;
}
</style>
background-color css
<style>
a { background-color: #C18885; }
a { background-color: rgb(193,136,133); }
div.DivClassName
{
background-color: #C18885;
}
.BgClassName
{
background-color: #C18885;
}
</style>
border-color css
<style>
span { border-color: #C18885; }
span { border-color: rgb(193,136,133); }
td.TdClassName
{
border-color: #C18885;
}
.TagClassName
{
border-color: #C18885;
}
</style>