Shades of Oriental Pink #CC8887
Tints of Oriental Pink #CC8887
RGB
CMYK
RGB Variations
Color information
#CC8887 (or 0xCC8887) is known color: Oriental Pink. HEX triplet: CC, 88 and 87. RGB value is (204,136,135). Sum of RGB (Red+Green+Blue) = 204+136+135=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8887 is #337778. Grayscale: #9C9C9C. Windows color (decimal): -3372921 or 8882380. OLE color: 8882380.
HSL color Cylindrical-coordinate representation of color #CC8887: hue angle of 0.87º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC8887 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 135 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.2 |
| HSL | 0.87º | 0.4% | 0.66% | - |
| HSV(B) | 0.87º | 0.34% | 0.8% | - |
| XYZ | 38.08 | 32.19 | 27.13 | - |
| YUV | 156.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 135 | 0 | 0.33 | 0.34 | 0.2 | 0.87 | 0.4 | 0.66 |
| Hex | CC | 88 | 87 | 0 | 21 | 22 | 14 | 1 | 28 | 42 |
| Octal | 314 | 210 | 207 | 0 | 41 | 42 | 24 | 1 | 50 | 102 |
| Binary | 11001100 | 10001000 | 10000111 | 0 | 100001 | 100010 | 10100 | 1 | 101000 | 1000010 |
Color Harmonies of #CC8887
Complementary color
Monochromatic Colors of #CC8887
Black with #CC8887
Text Example
Text Example
White with #CC8887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8887; }
p { color: rgb(204,136,135); }
H1.HeaderClassName
{
color: #CC8887;
}
.AnyTagClassName
{
color: #CC8887;
}
</style>
background-color css
<style>
a { background-color: #CC8887; }
a { background-color: rgb(204,136,135); }
div.DivClassName
{
background-color: #CC8887;
}
.BgClassName
{
background-color: #CC8887;
}
</style>
border-color css
<style>
span { border-color: #CC8887; }
span { border-color: rgb(204,136,135); }
td.TdClassName
{
border-color: #CC8887;
}
.TagClassName
{
border-color: #CC8887;
}
</style>