Shades of Oriental Pink #C08584
Tints of Oriental Pink #C08584
RGB
CMYK
RGB Variations
Color information
#C08584 (or 0xC08584) is known color: Oriental Pink. HEX triplet: C0, 85 and 84. RGB value is (192,133,132). Sum of RGB (Red+Green+Blue) = 192+133+132=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C08584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08584 is #3F7A7B. Grayscale: #969696. Windows color (decimal): -4160124 or 8684992. OLE color: 8684992.
HSL color Cylindrical-coordinate representation of color #C08584: hue angle of 1º 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 #C08584 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 132 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.25 |
| HSL | 1º | 0.32% | 0.64% | - |
| HSV(B) | 1º | 0.31% | 0.75% | - |
| XYZ | 34.29 | 29.65 | 25.75 | - |
| YUV | 150.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 132 | 0 | 0.31 | 0.31 | 0.25 | 1 | 0.32 | 0.64 |
| Hex | C0 | 85 | 84 | 0 | 1F | 1F | 19 | 1 | 20 | 40 |
| Octal | 300 | 205 | 204 | 0 | 37 | 37 | 31 | 1 | 40 | 100 |
| Binary | 11000000 | 10000101 | 10000100 | 0 | 11111 | 11111 | 11001 | 1 | 100000 | 1000000 |
Color Harmonies of #C08584
Complementary color
Monochromatic Colors of #C08584
Black with #C08584
Text Example
Text Example
White with #C08584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08584; }
p { color: rgb(192,133,132); }
H1.HeaderClassName
{
color: #C08584;
}
.AnyTagClassName
{
color: #C08584;
}
</style>
background-color css
<style>
a { background-color: #C08584; }
a { background-color: rgb(192,133,132); }
div.DivClassName
{
background-color: #C08584;
}
.BgClassName
{
background-color: #C08584;
}
</style>
border-color css
<style>
span { border-color: #C08584; }
span { border-color: rgb(192,133,132); }
td.TdClassName
{
border-color: #C08584;
}
.TagClassName
{
border-color: #C08584;
}
</style>