Shades of Oriental Pink #CC8987
Tints of Oriental Pink #CC8987
RGB
CMYK
RGB Variations
Color information
#CC8987 (or 0xCC8987) is known color: Oriental Pink. HEX triplet: CC, 89 and 87. RGB value is (204,137,135). Sum of RGB (Red+Green+Blue) = 204+137+135=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8987 is #337678. Grayscale: #9C9C9C. Windows color (decimal): -3372665 or 8882636. OLE color: 8882636.
HSL color Cylindrical-coordinate representation of color #CC8987: hue angle of 1.74º 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 #CC8987 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 135 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.2 |
| HSL | 1.74º | 0.4% | 0.66% | - |
| HSV(B) | 1.74º | 0.34% | 0.8% | - |
| XYZ | 38.22 | 32.48 | 27.18 | - |
| YUV | 156.81 | 115.7 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 135 | 0 | 0.33 | 0.34 | 0.2 | 1.74 | 0.4 | 0.66 |
| Hex | CC | 89 | 87 | 0 | 21 | 22 | 14 | 2 | 28 | 42 |
| Octal | 314 | 211 | 207 | 0 | 41 | 42 | 24 | 2 | 50 | 102 |
| Binary | 11001100 | 10001001 | 10000111 | 0 | 100001 | 100010 | 10100 | 10 | 101000 | 1000010 |
Color Harmonies of #CC8987
Complementary color
Monochromatic Colors of #CC8987
Black with #CC8987
Text Example
Text Example
White with #CC8987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8987; }
p { color: rgb(204,137,135); }
H1.HeaderClassName
{
color: #CC8987;
}
.AnyTagClassName
{
color: #CC8987;
}
</style>
background-color css
<style>
a { background-color: #CC8987; }
a { background-color: rgb(204,137,135); }
div.DivClassName
{
background-color: #CC8987;
}
.BgClassName
{
background-color: #CC8987;
}
</style>
border-color css
<style>
span { border-color: #CC8987; }
span { border-color: rgb(204,137,135); }
td.TdClassName
{
border-color: #CC8987;
}
.TagClassName
{
border-color: #CC8987;
}
</style>