Shades of Oriental Pink #C19085
Tints of Oriental Pink #C19085
RGB
CMYK
RGB Variations
Color information
#C19085 (or 0xC19085) is known color: Oriental Pink. HEX triplet: C1, 90 and 85. RGB value is (193,144,133). Sum of RGB (Red+Green+Blue) = 193+144+133=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C19085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19085 is #3E6F7A. Grayscale: #9D9D9D. Windows color (decimal): -4091771 or 8753345. OLE color: 8753345.
HSL color Cylindrical-coordinate representation of color #C19085: hue angle of 11º 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 #C19085 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 133 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.24 |
| HSL | 11º | 0.33% | 0.64% | - |
| HSV(B) | 11º | 0.31% | 0.76% | - |
| XYZ | 36.2 | 32.98 | 26.65 | - |
| YUV | 157.4 | 114.23 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 133 | 0 | 0.25 | 0.31 | 0.24 | 11 | 0.33 | 0.64 |
| Hex | C1 | 90 | 85 | 0 | 19 | 1F | 18 | B | 21 | 40 |
| Octal | 301 | 220 | 205 | 0 | 31 | 37 | 30 | 13 | 41 | 100 |
| Binary | 11000001 | 10010000 | 10000101 | 0 | 11001 | 11111 | 11000 | 1011 | 100001 | 1000000 |
Color Harmonies of #C19085
Complementary color
Monochromatic Colors of #C19085
Black with #C19085
Text Example
Text Example
White with #C19085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19085; }
p { color: rgb(193,144,133); }
H1.HeaderClassName
{
color: #C19085;
}
.AnyTagClassName
{
color: #C19085;
}
</style>
background-color css
<style>
a { background-color: #C19085; }
a { background-color: rgb(193,144,133); }
div.DivClassName
{
background-color: #C19085;
}
.BgClassName
{
background-color: #C19085;
}
</style>
border-color css
<style>
span { border-color: #C19085; }
span { border-color: rgb(193,144,133); }
td.TdClassName
{
border-color: #C19085;
}
.TagClassName
{
border-color: #C19085;
}
</style>