Shades of Oriental Pink #C09088
Tints of Oriental Pink #C09088
RGB
CMYK
RGB Variations
Color information
#C09088 (or 0xC09088) is known color: Oriental Pink. HEX triplet: C0, 90 and 88. RGB value is (192,144,136). Sum of RGB (Red+Green+Blue) = 192+144+136=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C09088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09088 is #3F6F77. Grayscale: #9D9D9D. Windows color (decimal): -4157304 or 8949952. OLE color: 8949952.
HSL color Cylindrical-coordinate representation of color #C09088: hue angle of 8.57º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C09088 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 136 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.25 |
| HSL | 8.57º | 0.31% | 0.64% | - |
| HSV(B) | 8.57º | 0.29% | 0.75% | - |
| XYZ | 36.16 | 32.93 | 27.74 | - |
| YUV | 157.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 136 | 0 | 0.25 | 0.29 | 0.25 | 8.57 | 0.31 | 0.64 |
| Hex | C0 | 90 | 88 | 0 | 19 | 1D | 19 | 9 | 1F | 40 |
| Octal | 300 | 220 | 210 | 0 | 31 | 35 | 31 | 11 | 37 | 100 |
| Binary | 11000000 | 10010000 | 10001000 | 0 | 11001 | 11101 | 11001 | 1001 | 11111 | 1000000 |
Color Harmonies of #C09088
Complementary color
Monochromatic Colors of #C09088
Black with #C09088
Text Example
Text Example
White with #C09088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09088; }
p { color: rgb(192,144,136); }
H1.HeaderClassName
{
color: #C09088;
}
.AnyTagClassName
{
color: #C09088;
}
</style>
background-color css
<style>
a { background-color: #C09088; }
a { background-color: rgb(192,144,136); }
div.DivClassName
{
background-color: #C09088;
}
.BgClassName
{
background-color: #C09088;
}
</style>
border-color css
<style>
span { border-color: #C09088; }
span { border-color: rgb(192,144,136); }
td.TdClassName
{
border-color: #C09088;
}
.TagClassName
{
border-color: #C09088;
}
</style>