Shades of Oriental Pink #C08C88
Tints of Oriental Pink #C08C88
RGB
CMYK
RGB Variations
Color information
#C08C88 (or 0xC08C88) is known color: Oriental Pink. HEX triplet: C0, 8C and 88. RGB value is (192,140,136). Sum of RGB (Red+Green+Blue) = 192+140+136=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08C88 is #3F7377. Grayscale: #9B9B9B. Windows color (decimal): -4158328 or 8948928. OLE color: 8948928.
HSL color Cylindrical-coordinate representation of color #C08C88: hue angle of 4.29º 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 #C08C88 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 136 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.25 |
| HSL | 4.29º | 0.31% | 0.64% | - |
| HSV(B) | 4.29º | 0.29% | 0.75% | - |
| XYZ | 35.56 | 31.74 | 27.54 | - |
| YUV | 155.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 136 | 0 | 0.27 | 0.29 | 0.25 | 4.29 | 0.31 | 0.64 |
| Hex | C0 | 8C | 88 | 0 | 1B | 1D | 19 | 4 | 1F | 40 |
| Octal | 300 | 214 | 210 | 0 | 33 | 35 | 31 | 4 | 37 | 100 |
| Binary | 11000000 | 10001100 | 10001000 | 0 | 11011 | 11101 | 11001 | 100 | 11111 | 1000000 |
Color Harmonies of #C08C88
Complementary color
Monochromatic Colors of #C08C88
Black with #C08C88
Text Example
Text Example
White with #C08C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08C88; }
p { color: rgb(192,140,136); }
H1.HeaderClassName
{
color: #C08C88;
}
.AnyTagClassName
{
color: #C08C88;
}
</style>
background-color css
<style>
a { background-color: #C08C88; }
a { background-color: rgb(192,140,136); }
div.DivClassName
{
background-color: #C08C88;
}
.BgClassName
{
background-color: #C08C88;
}
</style>
border-color css
<style>
span { border-color: #C08C88; }
span { border-color: rgb(192,140,136); }
td.TdClassName
{
border-color: #C08C88;
}
.TagClassName
{
border-color: #C08C88;
}
</style>