Shades of Oriental Pink #C88C8B
Tints of Oriental Pink #C88C8B
RGB
CMYK
RGB Variations
Color information
#C88C8B (or 0xC88C8B) is known color: Oriental Pink. HEX triplet: C8, 8C and 8B. RGB value is (200,140,139). Sum of RGB (Red+Green+Blue) = 200+140+139=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88C8B is #377374. Grayscale: #9D9D9D. Windows color (decimal): -3634037 or 9145544. OLE color: 9145544.
HSL color Cylindrical-coordinate representation of color #C88C8B: hue angle of 0.98º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88C8B is Cyan = 0, Magento = 0.3, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 139 | - |
| CMYK | 0 | 0.3 | 0.30 | 0.22 |
| HSL | 0.98º | 0.36% | 0.66% | - |
| HSV(B) | 0.98º | 0.31% | 0.78% | - |
| XYZ | 37.86 | 32.9 | 28.78 | - |
| YUV | 157.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 139 | 0 | 0.3 | 0.30 | 0.22 | 0.98 | 0.36 | 0.66 |
| Hex | C8 | 8C | 8B | 0 | 1E | 1E | 16 | 1 | 24 | 42 |
| Octal | 310 | 214 | 213 | 0 | 36 | 36 | 26 | 1 | 44 | 102 |
| Binary | 11001000 | 10001100 | 10001011 | 0 | 11110 | 11110 | 10110 | 1 | 100100 | 1000010 |
Color Harmonies of #C88C8B
Complementary color
Monochromatic Colors of #C88C8B
Black with #C88C8B
Text Example
Text Example
White with #C88C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C8B; }
p { color: rgb(200,140,139); }
H1.HeaderClassName
{
color: #C88C8B;
}
.AnyTagClassName
{
color: #C88C8B;
}
</style>
background-color css
<style>
a { background-color: #C88C8B; }
a { background-color: rgb(200,140,139); }
div.DivClassName
{
background-color: #C88C8B;
}
.BgClassName
{
background-color: #C88C8B;
}
</style>
border-color css
<style>
span { border-color: #C88C8B; }
span { border-color: rgb(200,140,139); }
td.TdClassName
{
border-color: #C88C8B;
}
.TagClassName
{
border-color: #C88C8B;
}
</style>