Shades of Oriental Pink #C08E82
Tints of Oriental Pink #C08E82
RGB
CMYK
RGB Variations
Color information
#C08E82 (or 0xC08E82) is known color: Oriental Pink. HEX triplet: C0, 8E and 82. RGB value is (192,142,130). Sum of RGB (Red+Green+Blue) = 192+142+130=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08E82 is #3F717D. Grayscale: #9B9B9B. Windows color (decimal): -4157822 or 8556224. OLE color: 8556224.
HSL color Cylindrical-coordinate representation of color #C08E82: hue angle of 11.61º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08E82 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 130 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.25 |
| HSL | 11.61º | 0.33% | 0.63% | - |
| HSV(B) | 11.61º | 0.32% | 0.75% | - |
| XYZ | 35.44 | 32.16 | 25.46 | - |
| YUV | 155.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 130 | 0 | 0.26 | 0.32 | 0.25 | 11.61 | 0.33 | 0.63 |
| Hex | C0 | 8E | 82 | 0 | 1A | 20 | 19 | C | 21 | 3F |
| Octal | 300 | 216 | 202 | 0 | 32 | 40 | 31 | 14 | 41 | 77 |
| Binary | 11000000 | 10001110 | 10000010 | 0 | 11010 | 100000 | 11001 | 1100 | 100001 | 111111 |
Color Harmonies of #C08E82
Complementary color
Monochromatic Colors of #C08E82
Black with #C08E82
Text Example
Text Example
White with #C08E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E82; }
p { color: rgb(192,142,130); }
H1.HeaderClassName
{
color: #C08E82;
}
.AnyTagClassName
{
color: #C08E82;
}
</style>
background-color css
<style>
a { background-color: #C08E82; }
a { background-color: rgb(192,142,130); }
div.DivClassName
{
background-color: #C08E82;
}
.BgClassName
{
background-color: #C08E82;
}
</style>
border-color css
<style>
span { border-color: #C08E82; }
span { border-color: rgb(192,142,130); }
td.TdClassName
{
border-color: #C08E82;
}
.TagClassName
{
border-color: #C08E82;
}
</style>