Shades of Oriental Pink #C08B88
Tints of Oriental Pink #C08B88
RGB
CMYK
RGB Variations
Color information
#C08B88 (or 0xC08B88) is known color: Oriental Pink. HEX triplet: C0, 8B and 88. RGB value is (192,139,136). Sum of RGB (Red+Green+Blue) = 192+139+136=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08B88 is #3F7477. Grayscale: #9A9A9A. Windows color (decimal): -4158584 or 8948672. OLE color: 8948672.
HSL color Cylindrical-coordinate representation of color #C08B88: hue angle of 3.21º 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 #C08B88 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 136 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.25 |
| HSL | 3.21º | 0.31% | 0.64% | - |
| HSV(B) | 3.21º | 0.29% | 0.75% | - |
| XYZ | 35.41 | 31.45 | 27.5 | - |
| YUV | 154.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 136 | 0 | 0.28 | 0.29 | 0.25 | 3.21 | 0.31 | 0.64 |
| Hex | C0 | 8B | 88 | 0 | 1C | 1D | 19 | 3 | 1F | 40 |
| Octal | 300 | 213 | 210 | 0 | 34 | 35 | 31 | 3 | 37 | 100 |
| Binary | 11000000 | 10001011 | 10001000 | 0 | 11100 | 11101 | 11001 | 11 | 11111 | 1000000 |
Color Harmonies of #C08B88
Complementary color
Monochromatic Colors of #C08B88
Black with #C08B88
Text Example
Text Example
White with #C08B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08B88; }
p { color: rgb(192,139,136); }
H1.HeaderClassName
{
color: #C08B88;
}
.AnyTagClassName
{
color: #C08B88;
}
</style>
background-color css
<style>
a { background-color: #C08B88; }
a { background-color: rgb(192,139,136); }
div.DivClassName
{
background-color: #C08B88;
}
.BgClassName
{
background-color: #C08B88;
}
</style>
border-color css
<style>
span { border-color: #C08B88; }
span { border-color: rgb(192,139,136); }
td.TdClassName
{
border-color: #C08B88;
}
.TagClassName
{
border-color: #C08B88;
}
</style>