Shades of Oriental Pink #C08580
Tints of Oriental Pink #C08580
RGB
CMYK
RGB Variations
Color information
#C08580 (or 0xC08580) is known color: Oriental Pink. HEX triplet: C0, 85 and 80. RGB value is (192,133,128). Sum of RGB (Red+Green+Blue) = 192+133+128=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C08580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08580 is #3F7A7F. Grayscale: #969696. Windows color (decimal): -4160128 or 8422848. OLE color: 8422848.
HSL color Cylindrical-coordinate representation of color #C08580: hue angle of 4.69º 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 #C08580 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 128 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.25 |
| HSL | 4.69º | 0.34% | 0.63% | - |
| HSV(B) | 4.69º | 0.33% | 0.75% | - |
| XYZ | 34.02 | 29.54 | 24.33 | - |
| YUV | 150.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 128 | 0 | 0.31 | 0.33 | 0.25 | 4.69 | 0.34 | 0.63 |
| Hex | C0 | 85 | 80 | 0 | 1F | 21 | 19 | 5 | 22 | 3F |
| Octal | 300 | 205 | 200 | 0 | 37 | 41 | 31 | 5 | 42 | 77 |
| Binary | 11000000 | 10000101 | 10000000 | 0 | 11111 | 100001 | 11001 | 101 | 100010 | 111111 |
Color Harmonies of #C08580
Complementary color
Monochromatic Colors of #C08580
Black with #C08580
Text Example
Text Example
White with #C08580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08580; }
p { color: rgb(192,133,128); }
H1.HeaderClassName
{
color: #C08580;
}
.AnyTagClassName
{
color: #C08580;
}
</style>
background-color css
<style>
a { background-color: #C08580; }
a { background-color: rgb(192,133,128); }
div.DivClassName
{
background-color: #C08580;
}
.BgClassName
{
background-color: #C08580;
}
</style>
border-color css
<style>
span { border-color: #C08580; }
span { border-color: rgb(192,133,128); }
td.TdClassName
{
border-color: #C08580;
}
.TagClassName
{
border-color: #C08580;
}
</style>