Shades of Oriental Pink #C09185
Tints of Oriental Pink #C09185
RGB
CMYK
RGB Variations
Color information
#C09185 (or 0xC09185) is known color: Oriental Pink. HEX triplet: C0, 91 and 85. RGB value is (192,145,133). Sum of RGB (Red+Green+Blue) = 192+145+133=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C09185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09185 is #3F6E7A. Grayscale: #9D9D9D. Windows color (decimal): -4157051 or 8753600. OLE color: 8753600.
HSL color Cylindrical-coordinate representation of color #C09185: hue angle of 12.2º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C09185 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 133 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.25 |
| HSL | 12.2º | 0.32% | 0.64% | - |
| HSV(B) | 12.2º | 0.31% | 0.75% | - |
| XYZ | 36.1 | 33.15 | 26.69 | - |
| YUV | 157.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 133 | 0 | 0.24 | 0.31 | 0.25 | 12.2 | 0.32 | 0.64 |
| Hex | C0 | 91 | 85 | 0 | 18 | 1F | 19 | C | 20 | 40 |
| Octal | 300 | 221 | 205 | 0 | 30 | 37 | 31 | 14 | 40 | 100 |
| Binary | 11000000 | 10010001 | 10000101 | 0 | 11000 | 11111 | 11001 | 1100 | 100000 | 1000000 |
Color Harmonies of #C09185
Complementary color
Monochromatic Colors of #C09185
Black with #C09185
Text Example
Text Example
White with #C09185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09185; }
p { color: rgb(192,145,133); }
H1.HeaderClassName
{
color: #C09185;
}
.AnyTagClassName
{
color: #C09185;
}
</style>
background-color css
<style>
a { background-color: #C09185; }
a { background-color: rgb(192,145,133); }
div.DivClassName
{
background-color: #C09185;
}
.BgClassName
{
background-color: #C09185;
}
</style>
border-color css
<style>
span { border-color: #C09185; }
span { border-color: rgb(192,145,133); }
td.TdClassName
{
border-color: #C09185;
}
.TagClassName
{
border-color: #C09185;
}
</style>