Shades of Oriental Pink #C08781
Tints of Oriental Pink #C08781
RGB
CMYK
RGB Variations
Color information
#C08781 (or 0xC08781) is known color: Oriental Pink. HEX triplet: C0, 87 and 81. RGB value is (192,135,129). Sum of RGB (Red+Green+Blue) = 192+135+129=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C08781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08781 is #3F787E. Grayscale: #979797. Windows color (decimal): -4159615 or 8488896. OLE color: 8488896.
HSL color Cylindrical-coordinate representation of color #C08781: hue angle of 5.71º 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 #C08781 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 129 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.25 |
| HSL | 5.71º | 0.33% | 0.63% | - |
| HSV(B) | 5.71º | 0.33% | 0.75% | - |
| XYZ | 34.36 | 30.12 | 24.77 | - |
| YUV | 151.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 129 | 0 | 0.30 | 0.33 | 0.25 | 5.71 | 0.33 | 0.63 |
| Hex | C0 | 87 | 81 | 0 | 1E | 21 | 19 | 6 | 21 | 3F |
| Octal | 300 | 207 | 201 | 0 | 36 | 41 | 31 | 6 | 41 | 77 |
| Binary | 11000000 | 10000111 | 10000001 | 0 | 11110 | 100001 | 11001 | 110 | 100001 | 111111 |
Color Harmonies of #C08781
Complementary color
Monochromatic Colors of #C08781
Black with #C08781
Text Example
Text Example
White with #C08781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08781; }
p { color: rgb(192,135,129); }
H1.HeaderClassName
{
color: #C08781;
}
.AnyTagClassName
{
color: #C08781;
}
</style>
background-color css
<style>
a { background-color: #C08781; }
a { background-color: rgb(192,135,129); }
div.DivClassName
{
background-color: #C08781;
}
.BgClassName
{
background-color: #C08781;
}
</style>
border-color css
<style>
span { border-color: #C08781; }
span { border-color: rgb(192,135,129); }
td.TdClassName
{
border-color: #C08781;
}
.TagClassName
{
border-color: #C08781;
}
</style>