Shades of Oriental Pink #C08F85
Tints of Oriental Pink #C08F85
RGB
CMYK
RGB Variations
Color information
#C08F85 (or 0xC08F85) is known color: Oriental Pink. HEX triplet: C0, 8F and 85. RGB value is (192,143,133). Sum of RGB (Red+Green+Blue) = 192+143+133=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08F85 is #3F707A. Grayscale: #9C9C9C. Windows color (decimal): -4157563 or 8753088. OLE color: 8753088.
HSL color Cylindrical-coordinate representation of color #C08F85: hue angle of 10.17º 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 #C08F85 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 133 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.25 |
| HSL | 10.17º | 0.32% | 0.64% | - |
| HSV(B) | 10.17º | 0.31% | 0.75% | - |
| XYZ | 35.79 | 32.54 | 26.59 | - |
| YUV | 156.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 133 | 0 | 0.26 | 0.31 | 0.25 | 10.17 | 0.32 | 0.64 |
| Hex | C0 | 8F | 85 | 0 | 1A | 1F | 19 | A | 20 | 40 |
| Octal | 300 | 217 | 205 | 0 | 32 | 37 | 31 | 12 | 40 | 100 |
| Binary | 11000000 | 10001111 | 10000101 | 0 | 11010 | 11111 | 11001 | 1010 | 100000 | 1000000 |
Color Harmonies of #C08F85
Complementary color
Monochromatic Colors of #C08F85
Black with #C08F85
Text Example
Text Example
White with #C08F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F85; }
p { color: rgb(192,143,133); }
H1.HeaderClassName
{
color: #C08F85;
}
.AnyTagClassName
{
color: #C08F85;
}
</style>
background-color css
<style>
a { background-color: #C08F85; }
a { background-color: rgb(192,143,133); }
div.DivClassName
{
background-color: #C08F85;
}
.BgClassName
{
background-color: #C08F85;
}
</style>
border-color css
<style>
span { border-color: #C08F85; }
span { border-color: rgb(192,143,133); }
td.TdClassName
{
border-color: #C08F85;
}
.TagClassName
{
border-color: #C08F85;
}
</style>