Shades of Oriental Pink #C08883
Tints of Oriental Pink #C08883
RGB
CMYK
RGB Variations
Color information
#C08883 (or 0xC08883) is known color: Oriental Pink. HEX triplet: C0, 88 and 83. RGB value is (192,136,131). Sum of RGB (Red+Green+Blue) = 192+136+131=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C08883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08883 is #3F777C. Grayscale: #989898. Windows color (decimal): -4159357 or 8620224. OLE color: 8620224.
HSL color Cylindrical-coordinate representation of color #C08883: hue angle of 4.92º 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 #C08883 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 131 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.25 |
| HSL | 4.92º | 0.33% | 0.63% | - |
| HSV(B) | 4.92º | 0.32% | 0.75% | - |
| XYZ | 34.64 | 30.45 | 25.53 | - |
| YUV | 152.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 131 | 0 | 0.29 | 0.32 | 0.25 | 4.92 | 0.33 | 0.63 |
| Hex | C0 | 88 | 83 | 0 | 1D | 20 | 19 | 5 | 21 | 3F |
| Octal | 300 | 210 | 203 | 0 | 35 | 40 | 31 | 5 | 41 | 77 |
| Binary | 11000000 | 10001000 | 10000011 | 0 | 11101 | 100000 | 11001 | 101 | 100001 | 111111 |
Color Harmonies of #C08883
Complementary color
Monochromatic Colors of #C08883
Black with #C08883
Text Example
Text Example
White with #C08883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08883; }
p { color: rgb(192,136,131); }
H1.HeaderClassName
{
color: #C08883;
}
.AnyTagClassName
{
color: #C08883;
}
</style>
background-color css
<style>
a { background-color: #C08883; }
a { background-color: rgb(192,136,131); }
div.DivClassName
{
background-color: #C08883;
}
.BgClassName
{
background-color: #C08883;
}
</style>
border-color css
<style>
span { border-color: #C08883; }
span { border-color: rgb(192,136,131); }
td.TdClassName
{
border-color: #C08883;
}
.TagClassName
{
border-color: #C08883;
}
</style>