Shades of Oriental Pink #CC8A89
Tints of Oriental Pink #CC8A89
RGB
CMYK
RGB Variations
Color information
#CC8A89 (or 0xCC8A89) is known color: Oriental Pink. HEX triplet: CC, 8A and 89. RGB value is (204,138,137). Sum of RGB (Red+Green+Blue) = 204+138+137=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8A89 is #337576. Grayscale: #9D9D9D. Windows color (decimal): -3372407 or 9013964. OLE color: 9013964.
HSL color Cylindrical-coordinate representation of color #CC8A89: hue angle of 0.9º 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 #CC8A89 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 137 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.2 |
| HSL | 0.9º | 0.4% | 0.67% | - |
| HSV(B) | 0.9º | 0.33% | 0.8% | - |
| XYZ | 38.51 | 32.82 | 27.97 | - |
| YUV | 157.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 137 | 0 | 0.32 | 0.33 | 0.2 | 0.9 | 0.4 | 0.67 |
| Hex | CC | 8A | 89 | 0 | 20 | 21 | 14 | 1 | 28 | 43 |
| Octal | 314 | 212 | 211 | 0 | 40 | 41 | 24 | 1 | 50 | 103 |
| Binary | 11001100 | 10001010 | 10001001 | 0 | 100000 | 100001 | 10100 | 1 | 101000 | 1000011 |
Color Harmonies of #CC8A89
Complementary color
Monochromatic Colors of #CC8A89
Black with #CC8A89
Text Example
Text Example
White with #CC8A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8A89; }
p { color: rgb(204,138,137); }
H1.HeaderClassName
{
color: #CC8A89;
}
.AnyTagClassName
{
color: #CC8A89;
}
</style>
background-color css
<style>
a { background-color: #CC8A89; }
a { background-color: rgb(204,138,137); }
div.DivClassName
{
background-color: #CC8A89;
}
.BgClassName
{
background-color: #CC8A89;
}
</style>
border-color css
<style>
span { border-color: #CC8A89; }
span { border-color: rgb(204,138,137); }
td.TdClassName
{
border-color: #CC8A89;
}
.TagClassName
{
border-color: #CC8A89;
}
</style>