Shades of Oriental Pink #CC8E88
Tints of Oriental Pink #CC8E88
RGB
CMYK
RGB Variations
Color information
#CC8E88 (or 0xCC8E88) is known color: Oriental Pink. HEX triplet: CC, 8E and 88. RGB value is (204,142,136). Sum of RGB (Red+Green+Blue) = 204+142+136=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8E88 is #337177. Grayscale: #9F9F9F. Windows color (decimal): -3371384 or 8949452. OLE color: 8949452.
HSL color Cylindrical-coordinate representation of color #CC8E88: hue angle of 5.29º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC8E88 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 142 | 136 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.2 |
| HSL | 5.29º | 0.4% | 0.67% | - |
| HSV(B) | 5.29º | 0.33% | 0.8% | - |
| XYZ | 39.02 | 33.96 | 27.79 | - |
| YUV | 159.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 136 | 0 | 0.30 | 0.33 | 0.2 | 5.29 | 0.4 | 0.67 |
| Hex | CC | 8E | 88 | 0 | 1E | 21 | 14 | 5 | 28 | 43 |
| Octal | 314 | 216 | 210 | 0 | 36 | 41 | 24 | 5 | 50 | 103 |
| Binary | 11001100 | 10001110 | 10001000 | 0 | 11110 | 100001 | 10100 | 101 | 101000 | 1000011 |
Color Harmonies of #CC8E88
Complementary color
Monochromatic Colors of #CC8E88
Black with #CC8E88
Text Example
Text Example
White with #CC8E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8E88; }
p { color: rgb(204,142,136); }
H1.HeaderClassName
{
color: #CC8E88;
}
.AnyTagClassName
{
color: #CC8E88;
}
</style>
background-color css
<style>
a { background-color: #CC8E88; }
a { background-color: rgb(204,142,136); }
div.DivClassName
{
background-color: #CC8E88;
}
.BgClassName
{
background-color: #CC8E88;
}
</style>
border-color css
<style>
span { border-color: #CC8E88; }
span { border-color: rgb(204,142,136); }
td.TdClassName
{
border-color: #CC8E88;
}
.TagClassName
{
border-color: #CC8E88;
}
</style>