Shades of Oriental Pink #C08D84
Tints of Oriental Pink #C08D84
RGB
CMYK
RGB Variations
Color information
#C08D84 (or 0xC08D84) is known color: Oriental Pink. HEX triplet: C0, 8D and 84. RGB value is (192,141,132). Sum of RGB (Red+Green+Blue) = 192+141+132=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08D84 is #3F727B. Grayscale: #9B9B9B. Windows color (decimal): -4158076 or 8687040. OLE color: 8687040.
HSL color Cylindrical-coordinate representation of color #C08D84: hue angle of 9º 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 #C08D84 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 132 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.25 |
| HSL | 9º | 0.32% | 0.64% | - |
| HSV(B) | 9º | 0.31% | 0.75% | - |
| XYZ | 35.43 | 31.92 | 26.12 | - |
| YUV | 155.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 132 | 0 | 0.27 | 0.31 | 0.25 | 9 | 0.32 | 0.64 |
| Hex | C0 | 8D | 84 | 0 | 1B | 1F | 19 | 9 | 20 | 40 |
| Octal | 300 | 215 | 204 | 0 | 33 | 37 | 31 | 11 | 40 | 100 |
| Binary | 11000000 | 10001101 | 10000100 | 0 | 11011 | 11111 | 11001 | 1001 | 100000 | 1000000 |
Color Harmonies of #C08D84
Complementary color
Monochromatic Colors of #C08D84
Black with #C08D84
Text Example
Text Example
White with #C08D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D84; }
p { color: rgb(192,141,132); }
H1.HeaderClassName
{
color: #C08D84;
}
.AnyTagClassName
{
color: #C08D84;
}
</style>
background-color css
<style>
a { background-color: #C08D84; }
a { background-color: rgb(192,141,132); }
div.DivClassName
{
background-color: #C08D84;
}
.BgClassName
{
background-color: #C08D84;
}
</style>
border-color css
<style>
span { border-color: #C08D84; }
span { border-color: rgb(192,141,132); }
td.TdClassName
{
border-color: #C08D84;
}
.TagClassName
{
border-color: #C08D84;
}
</style>