Shades of Oriental Pink #CC8F89
Tints of Oriental Pink #CC8F89
RGB
CMYK
RGB Variations
Color information
#CC8F89 (or 0xCC8F89) is known color: Oriental Pink. HEX triplet: CC, 8F and 89. RGB value is (204,143,137). Sum of RGB (Red+Green+Blue) = 204+143+137=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8F89 is #337076. Grayscale: #A0A0A0. Windows color (decimal): -3371127 or 9015244. OLE color: 9015244.
HSL color Cylindrical-coordinate representation of color #CC8F89: hue angle of 5.37º 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 #CC8F89 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 137 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.2 |
| HSL | 5.37º | 0.4% | 0.67% | - |
| HSV(B) | 5.37º | 0.33% | 0.8% | - |
| XYZ | 39.24 | 34.29 | 28.22 | - |
| YUV | 160.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 137 | 0 | 0.30 | 0.33 | 0.2 | 5.37 | 0.4 | 0.67 |
| Hex | CC | 8F | 89 | 0 | 1E | 21 | 14 | 5 | 28 | 43 |
| Octal | 314 | 217 | 211 | 0 | 36 | 41 | 24 | 5 | 50 | 103 |
| Binary | 11001100 | 10001111 | 10001001 | 0 | 11110 | 100001 | 10100 | 101 | 101000 | 1000011 |
Color Harmonies of #CC8F89
Complementary color
Monochromatic Colors of #CC8F89
Black with #CC8F89
Text Example
Text Example
White with #CC8F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F89; }
p { color: rgb(204,143,137); }
H1.HeaderClassName
{
color: #CC8F89;
}
.AnyTagClassName
{
color: #CC8F89;
}
</style>
background-color css
<style>
a { background-color: #CC8F89; }
a { background-color: rgb(204,143,137); }
div.DivClassName
{
background-color: #CC8F89;
}
.BgClassName
{
background-color: #CC8F89;
}
</style>
border-color css
<style>
span { border-color: #CC8F89; }
span { border-color: rgb(204,143,137); }
td.TdClassName
{
border-color: #CC8F89;
}
.TagClassName
{
border-color: #CC8F89;
}
</style>