Shades of Oriental Pink #C08881
Tints of Oriental Pink #C08881
RGB
CMYK
RGB Variations
Color information
#C08881 (or 0xC08881) is known color: Oriental Pink. HEX triplet: C0, 88 and 81. RGB value is (192,136,129). Sum of RGB (Red+Green+Blue) = 192+136+129=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C08881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08881 is #3F777E. Grayscale: #989898. Windows color (decimal): -4159359 or 8489152. OLE color: 8489152.
HSL color Cylindrical-coordinate representation of color #C08881: hue angle of 6.67º degrees, saturation: 0.33, 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 #C08881 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 129 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.25 |
| HSL | 6.67º | 0.33% | 0.63% | - |
| HSV(B) | 6.67º | 0.33% | 0.75% | - |
| XYZ | 34.5 | 30.4 | 24.82 | - |
| YUV | 151.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 129 | 0 | 0.29 | 0.33 | 0.25 | 6.67 | 0.33 | 0.63 |
| Hex | C0 | 88 | 81 | 0 | 1D | 21 | 19 | 7 | 21 | 3F |
| Octal | 300 | 210 | 201 | 0 | 35 | 41 | 31 | 7 | 41 | 77 |
| Binary | 11000000 | 10001000 | 10000001 | 0 | 11101 | 100001 | 11001 | 111 | 100001 | 111111 |
Color Harmonies of #C08881
Complementary color
Monochromatic Colors of #C08881
Black with #C08881
Text Example
Text Example
White with #C08881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08881; }
p { color: rgb(192,136,129); }
H1.HeaderClassName
{
color: #C08881;
}
.AnyTagClassName
{
color: #C08881;
}
</style>
background-color css
<style>
a { background-color: #C08881; }
a { background-color: rgb(192,136,129); }
div.DivClassName
{
background-color: #C08881;
}
.BgClassName
{
background-color: #C08881;
}
</style>
border-color css
<style>
span { border-color: #C08881; }
span { border-color: rgb(192,136,129); }
td.TdClassName
{
border-color: #C08881;
}
.TagClassName
{
border-color: #C08881;
}
</style>