Shades of Oriental Pink #C08880
Tints of Oriental Pink #C08880
RGB
CMYK
RGB Variations
Color information
#C08880 (or 0xC08880) is known color: Oriental Pink. HEX triplet: C0, 88 and 80. RGB value is (192,136,128). Sum of RGB (Red+Green+Blue) = 192+136+128=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C08880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08880 is #3F777F. Grayscale: #979797. Windows color (decimal): -4159360 or 8423616. OLE color: 8423616.
HSL color Cylindrical-coordinate representation of color #C08880: hue angle of 7.5º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08880 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 128 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.25 |
| HSL | 7.5º | 0.34% | 0.63% | - |
| HSV(B) | 7.5º | 0.33% | 0.75% | - |
| XYZ | 34.44 | 30.37 | 24.47 | - |
| YUV | 151.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 128 | 0 | 0.29 | 0.33 | 0.25 | 7.5 | 0.34 | 0.63 |
| Hex | C0 | 88 | 80 | 0 | 1D | 21 | 19 | 8 | 22 | 3F |
| Octal | 300 | 210 | 200 | 0 | 35 | 41 | 31 | 10 | 42 | 77 |
| Binary | 11000000 | 10001000 | 10000000 | 0 | 11101 | 100001 | 11001 | 1000 | 100010 | 111111 |
Color Harmonies of #C08880
Complementary color
Monochromatic Colors of #C08880
Black with #C08880
Text Example
Text Example
White with #C08880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08880; }
p { color: rgb(192,136,128); }
H1.HeaderClassName
{
color: #C08880;
}
.AnyTagClassName
{
color: #C08880;
}
</style>
background-color css
<style>
a { background-color: #C08880; }
a { background-color: rgb(192,136,128); }
div.DivClassName
{
background-color: #C08880;
}
.BgClassName
{
background-color: #C08880;
}
</style>
border-color css
<style>
span { border-color: #C08880; }
span { border-color: rgb(192,136,128); }
td.TdClassName
{
border-color: #C08880;
}
.TagClassName
{
border-color: #C08880;
}
</style>