Shades of Oriental Pink #CC9189
Tints of Oriental Pink #CC9189
RGB
CMYK
RGB Variations
Color information
#CC9189 (or 0xCC9189) is known color: Oriental Pink. HEX triplet: CC, 91 and 89. RGB value is (204,145,137). Sum of RGB (Red+Green+Blue) = 204+145+137=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9189 is #336E76. Grayscale: #A1A1A1. Windows color (decimal): -3370615 or 9015756. OLE color: 9015756.
HSL color Cylindrical-coordinate representation of color #CC9189: hue angle of 7.16º 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 #CC9189 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 137 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.2 |
| HSL | 7.16º | 0.4% | 0.67% | - |
| HSV(B) | 7.16º | 0.33% | 0.8% | - |
| XYZ | 39.54 | 34.89 | 28.32 | - |
| YUV | 161.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 137 | 0 | 0.29 | 0.33 | 0.2 | 7.16 | 0.4 | 0.67 |
| Hex | CC | 91 | 89 | 0 | 1D | 21 | 14 | 7 | 28 | 43 |
| Octal | 314 | 221 | 211 | 0 | 35 | 41 | 24 | 7 | 50 | 103 |
| Binary | 11001100 | 10010001 | 10001001 | 0 | 11101 | 100001 | 10100 | 111 | 101000 | 1000011 |
Color Harmonies of #CC9189
Complementary color
Monochromatic Colors of #CC9189
Black with #CC9189
Text Example
Text Example
White with #CC9189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9189; }
p { color: rgb(204,145,137); }
H1.HeaderClassName
{
color: #CC9189;
}
.AnyTagClassName
{
color: #CC9189;
}
</style>
background-color css
<style>
a { background-color: #CC9189; }
a { background-color: rgb(204,145,137); }
div.DivClassName
{
background-color: #CC9189;
}
.BgClassName
{
background-color: #CC9189;
}
</style>
border-color css
<style>
span { border-color: #CC9189; }
span { border-color: rgb(204,145,137); }
td.TdClassName
{
border-color: #CC9189;
}
.TagClassName
{
border-color: #CC9189;
}
</style>