Shades of Oriental Pink #C08E8A
Tints of Oriental Pink #C08E8A
RGB
CMYK
RGB Variations
Color information
#C08E8A (or 0xC08E8A) is known color: Oriental Pink. HEX triplet: C0, 8E and 8A. RGB value is (192,142,138). Sum of RGB (Red+Green+Blue) = 192+142+138=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08E8A is #3F7175. Grayscale: #9C9C9C. Windows color (decimal): -4157814 or 9080512. OLE color: 9080512.
HSL color Cylindrical-coordinate representation of color #C08E8A: hue angle of 4.44º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08E8A is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 138 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.25 |
| HSL | 4.44º | 0.3% | 0.65% | - |
| HSV(B) | 4.44º | 0.28% | 0.75% | - |
| XYZ | 36 | 32.39 | 28.4 | - |
| YUV | 156.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 138 | 0 | 0.26 | 0.28 | 0.25 | 4.44 | 0.3 | 0.65 |
| Hex | C0 | 8E | 8A | 0 | 1A | 1C | 19 | 4 | 1E | 41 |
| Octal | 300 | 216 | 212 | 0 | 32 | 34 | 31 | 4 | 36 | 101 |
| Binary | 11000000 | 10001110 | 10001010 | 0 | 11010 | 11100 | 11001 | 100 | 11110 | 1000001 |
Color Harmonies of #C08E8A
Complementary color
Monochromatic Colors of #C08E8A
Black with #C08E8A
Text Example
Text Example
White with #C08E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E8A; }
p { color: rgb(192,142,138); }
H1.HeaderClassName
{
color: #C08E8A;
}
.AnyTagClassName
{
color: #C08E8A;
}
</style>
background-color css
<style>
a { background-color: #C08E8A; }
a { background-color: rgb(192,142,138); }
div.DivClassName
{
background-color: #C08E8A;
}
.BgClassName
{
background-color: #C08E8A;
}
</style>
border-color css
<style>
span { border-color: #C08E8A; }
span { border-color: rgb(192,142,138); }
td.TdClassName
{
border-color: #C08E8A;
}
.TagClassName
{
border-color: #C08E8A;
}
</style>