Shades of Oriental Pink #C08985
Tints of Oriental Pink #C08985
RGB
CMYK
RGB Variations
Color information
#C08985 (or 0xC08985) is known color: Oriental Pink. HEX triplet: C0, 89 and 85. RGB value is (192,137,133). Sum of RGB (Red+Green+Blue) = 192+137+133=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C08985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08985 is #3F767A. Grayscale: #999999. Windows color (decimal): -4159099 or 8751552. OLE color: 8751552.
HSL color Cylindrical-coordinate representation of color #C08985: hue angle of 4.07º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08985 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 133 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.25 |
| HSL | 4.07º | 0.32% | 0.64% | - |
| HSV(B) | 4.07º | 0.31% | 0.75% | - |
| XYZ | 34.92 | 30.79 | 26.29 | - |
| YUV | 152.99 | 116.72 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 133 | 0 | 0.29 | 0.31 | 0.25 | 4.07 | 0.32 | 0.64 |
| Hex | C0 | 89 | 85 | 0 | 1D | 1F | 19 | 4 | 20 | 40 |
| Octal | 300 | 211 | 205 | 0 | 35 | 37 | 31 | 4 | 40 | 100 |
| Binary | 11000000 | 10001001 | 10000101 | 0 | 11101 | 11111 | 11001 | 100 | 100000 | 1000000 |
Color Harmonies of #C08985
Complementary color
Monochromatic Colors of #C08985
Black with #C08985
Text Example
Text Example
White with #C08985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08985; }
p { color: rgb(192,137,133); }
H1.HeaderClassName
{
color: #C08985;
}
.AnyTagClassName
{
color: #C08985;
}
</style>
background-color css
<style>
a { background-color: #C08985; }
a { background-color: rgb(192,137,133); }
div.DivClassName
{
background-color: #C08985;
}
.BgClassName
{
background-color: #C08985;
}
</style>
border-color css
<style>
span { border-color: #C08985; }
span { border-color: rgb(192,137,133); }
td.TdClassName
{
border-color: #C08985;
}
.TagClassName
{
border-color: #C08985;
}
</style>