Shades of Oriental Pink #C88C88
Tints of Oriental Pink #C88C88
RGB
CMYK
RGB Variations
Color information
#C88C88 (or 0xC88C88) is known color: Oriental Pink. HEX triplet: C8, 8C and 88. RGB value is (200,140,136). Sum of RGB (Red+Green+Blue) = 200+140+136=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88C88 is #377377. Grayscale: #9D9D9D. Windows color (decimal): -3634040 or 8948936. OLE color: 8948936.
HSL color Cylindrical-coordinate representation of color #C88C88: hue angle of 3.75º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C88C88 is Cyan = 0, Magento = 0.3, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 136 | - |
| CMYK | 0 | 0.3 | 0.32 | 0.22 |
| HSL | 3.75º | 0.37% | 0.66% | - |
| HSV(B) | 3.75º | 0.32% | 0.78% | - |
| XYZ | 37.64 | 32.81 | 27.64 | - |
| YUV | 157.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 136 | 0 | 0.3 | 0.32 | 0.22 | 3.75 | 0.37 | 0.66 |
| Hex | C8 | 8C | 88 | 0 | 1E | 20 | 16 | 4 | 25 | 42 |
| Octal | 310 | 214 | 210 | 0 | 36 | 40 | 26 | 4 | 45 | 102 |
| Binary | 11001000 | 10001100 | 10001000 | 0 | 11110 | 100000 | 10110 | 100 | 100101 | 1000010 |
Color Harmonies of #C88C88
Complementary color
Monochromatic Colors of #C88C88
Black with #C88C88
Text Example
Text Example
White with #C88C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C88; }
p { color: rgb(200,140,136); }
H1.HeaderClassName
{
color: #C88C88;
}
.AnyTagClassName
{
color: #C88C88;
}
</style>
background-color css
<style>
a { background-color: #C88C88; }
a { background-color: rgb(200,140,136); }
div.DivClassName
{
background-color: #C88C88;
}
.BgClassName
{
background-color: #C88C88;
}
</style>
border-color css
<style>
span { border-color: #C88C88; }
span { border-color: rgb(200,140,136); }
td.TdClassName
{
border-color: #C88C88;
}
.TagClassName
{
border-color: #C88C88;
}
</style>