Shades of Oriental Pink #C09186
Tints of Oriental Pink #C09186
RGB
CMYK
RGB Variations
Color information
#C09186 (or 0xC09186) is known color: Oriental Pink. HEX triplet: C0, 91 and 86. RGB value is (192,145,134). Sum of RGB (Red+Green+Blue) = 192+145+134=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C09186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09186 is #3F6E79. Grayscale: #9D9D9D. Windows color (decimal): -4157050 or 8819136. OLE color: 8819136.
HSL color Cylindrical-coordinate representation of color #C09186: hue angle of 11.38º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09186 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 134 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.25 |
| HSL | 11.38º | 0.32% | 0.64% | - |
| HSV(B) | 11.38º | 0.3% | 0.75% | - |
| XYZ | 36.17 | 33.18 | 27.05 | - |
| YUV | 157.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 134 | 0 | 0.24 | 0.30 | 0.25 | 11.38 | 0.32 | 0.64 |
| Hex | C0 | 91 | 86 | 0 | 18 | 1E | 19 | B | 20 | 40 |
| Octal | 300 | 221 | 206 | 0 | 30 | 36 | 31 | 13 | 40 | 100 |
| Binary | 11000000 | 10010001 | 10000110 | 0 | 11000 | 11110 | 11001 | 1011 | 100000 | 1000000 |
Color Harmonies of #C09186
Complementary color
Monochromatic Colors of #C09186
Black with #C09186
Text Example
Text Example
White with #C09186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09186; }
p { color: rgb(192,145,134); }
H1.HeaderClassName
{
color: #C09186;
}
.AnyTagClassName
{
color: #C09186;
}
</style>
background-color css
<style>
a { background-color: #C09186; }
a { background-color: rgb(192,145,134); }
div.DivClassName
{
background-color: #C09186;
}
.BgClassName
{
background-color: #C09186;
}
</style>
border-color css
<style>
span { border-color: #C09186; }
span { border-color: rgb(192,145,134); }
td.TdClassName
{
border-color: #C09186;
}
.TagClassName
{
border-color: #C09186;
}
</style>