Shades of Oriental Pink #C08E7F
Tints of Oriental Pink #C08E7F
RGB
CMYK
RGB Variations
Color information
#C08E7F (or 0xC08E7F) is known color: Oriental Pink. HEX triplet: C0, 8E and 7F. RGB value is (192,142,127). Sum of RGB (Red+Green+Blue) = 192+142+127=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E7F is #3F7180. Grayscale: #9B9B9B. Windows color (decimal): -4157825 or 8359616. OLE color: 8359616.
HSL color Cylindrical-coordinate representation of color #C08E7F: hue angle of 13.85º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C08E7F is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 127 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.25 |
| HSL | 13.85º | 0.34% | 0.63% | - |
| HSV(B) | 13.85º | 0.34% | 0.75% | - |
| XYZ | 35.24 | 32.08 | 24.41 | - |
| YUV | 155.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 127 | 0 | 0.26 | 0.34 | 0.25 | 13.85 | 0.34 | 0.63 |
| Hex | C0 | 8E | 7F | 0 | 1A | 22 | 19 | E | 22 | 3F |
| Octal | 300 | 216 | 177 | 0 | 32 | 42 | 31 | 16 | 42 | 77 |
| Binary | 11000000 | 10001110 | 1111111 | 0 | 11010 | 100010 | 11001 | 1110 | 100010 | 111111 |
Color Harmonies of #C08E7F
Complementary color
Monochromatic Colors of #C08E7F
Black with #C08E7F
Text Example
Text Example
White with #C08E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E7F; }
p { color: rgb(192,142,127); }
H1.HeaderClassName
{
color: #C08E7F;
}
.AnyTagClassName
{
color: #C08E7F;
}
</style>
background-color css
<style>
a { background-color: #C08E7F; }
a { background-color: rgb(192,142,127); }
div.DivClassName
{
background-color: #C08E7F;
}
.BgClassName
{
background-color: #C08E7F;
}
</style>
border-color css
<style>
span { border-color: #C08E7F; }
span { border-color: rgb(192,142,127); }
td.TdClassName
{
border-color: #C08E7F;
}
.TagClassName
{
border-color: #C08E7F;
}
</style>