Shades of Oriental Pink #C19084
Tints of Oriental Pink #C19084
RGB
CMYK
RGB Variations
Color information
#C19084 (or 0xC19084) is known color: Oriental Pink. HEX triplet: C1, 90 and 84. RGB value is (193,144,132). Sum of RGB (Red+Green+Blue) = 193+144+132=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C19084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19084 is #3E6F7B. Grayscale: #9D9D9D. Windows color (decimal): -4091772 or 8687809. OLE color: 8687809.
HSL color Cylindrical-coordinate representation of color #C19084: hue angle of 11.8º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C19084 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 132 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.24 |
| HSL | 11.8º | 0.33% | 0.64% | - |
| HSV(B) | 11.8º | 0.32% | 0.76% | - |
| XYZ | 36.13 | 32.95 | 26.29 | - |
| YUV | 157.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 132 | 0 | 0.25 | 0.32 | 0.24 | 11.8 | 0.33 | 0.64 |
| Hex | C1 | 90 | 84 | 0 | 19 | 20 | 18 | C | 21 | 40 |
| Octal | 301 | 220 | 204 | 0 | 31 | 40 | 30 | 14 | 41 | 100 |
| Binary | 11000001 | 10010000 | 10000100 | 0 | 11001 | 100000 | 11000 | 1100 | 100001 | 1000000 |
Color Harmonies of #C19084
Complementary color
Monochromatic Colors of #C19084
Black with #C19084
Text Example
Text Example
White with #C19084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19084; }
p { color: rgb(193,144,132); }
H1.HeaderClassName
{
color: #C19084;
}
.AnyTagClassName
{
color: #C19084;
}
</style>
background-color css
<style>
a { background-color: #C19084; }
a { background-color: rgb(193,144,132); }
div.DivClassName
{
background-color: #C19084;
}
.BgClassName
{
background-color: #C19084;
}
</style>
border-color css
<style>
span { border-color: #C19084; }
span { border-color: rgb(193,144,132); }
td.TdClassName
{
border-color: #C19084;
}
.TagClassName
{
border-color: #C19084;
}
</style>