Shades of Oriental Pink #CC8F8D
Tints of Oriental Pink #CC8F8D
RGB
CMYK
RGB Variations
Color information
#CC8F8D (or 0xCC8F8D) is known color: Oriental Pink. HEX triplet: CC, 8F and 8D. RGB value is (204,143,141). Sum of RGB (Red+Green+Blue) = 204+143+141=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8F8D is #337072. Grayscale: #A1A1A1. Windows color (decimal): -3371123 or 9277388. OLE color: 9277388.
HSL color Cylindrical-coordinate representation of color #CC8F8D: hue angle of 1.9º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8F8D is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 141 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.2 |
| HSL | 1.9º | 0.38% | 0.68% | - |
| HSV(B) | 1.9º | 0.31% | 0.8% | - |
| XYZ | 39.53 | 34.41 | 29.76 | - |
| YUV | 161.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 141 | 0 | 0.30 | 0.31 | 0.2 | 1.9 | 0.38 | 0.68 |
| Hex | CC | 8F | 8D | 0 | 1E | 1F | 14 | 2 | 26 | 44 |
| Octal | 314 | 217 | 215 | 0 | 36 | 37 | 24 | 2 | 46 | 104 |
| Binary | 11001100 | 10001111 | 10001101 | 0 | 11110 | 11111 | 10100 | 10 | 100110 | 1000100 |
Color Harmonies of #CC8F8D
Complementary color
Monochromatic Colors of #CC8F8D
Black with #CC8F8D
Text Example
Text Example
White with #CC8F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F8D; }
p { color: rgb(204,143,141); }
H1.HeaderClassName
{
color: #CC8F8D;
}
.AnyTagClassName
{
color: #CC8F8D;
}
</style>
background-color css
<style>
a { background-color: #CC8F8D; }
a { background-color: rgb(204,143,141); }
div.DivClassName
{
background-color: #CC8F8D;
}
.BgClassName
{
background-color: #CC8F8D;
}
</style>
border-color css
<style>
span { border-color: #CC8F8D; }
span { border-color: rgb(204,143,141); }
td.TdClassName
{
border-color: #CC8F8D;
}
.TagClassName
{
border-color: #CC8F8D;
}
</style>