Shades of Oriental Pink #CC9289
Tints of Oriental Pink #CC9289
RGB
CMYK
RGB Variations
Color information
#CC9289 (or 0xCC9289) is known color: Oriental Pink. HEX triplet: CC, 92 and 89. RGB value is (204,146,137). Sum of RGB (Red+Green+Blue) = 204+146+137=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9289 is #336D76. Grayscale: #A2A2A2. Windows color (decimal): -3370359 or 9016012. OLE color: 9016012.
HSL color Cylindrical-coordinate representation of color #CC9289: hue angle of 8.06º 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 #CC9289 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 137 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.2 |
| HSL | 8.06º | 0.4% | 0.67% | - |
| HSV(B) | 8.06º | 0.33% | 0.8% | - |
| XYZ | 39.7 | 35.2 | 28.37 | - |
| YUV | 162.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 137 | 0 | 0.28 | 0.33 | 0.2 | 8.06 | 0.4 | 0.67 |
| Hex | CC | 92 | 89 | 0 | 1C | 21 | 14 | 8 | 28 | 43 |
| Octal | 314 | 222 | 211 | 0 | 34 | 41 | 24 | 10 | 50 | 103 |
| Binary | 11001100 | 10010010 | 10001001 | 0 | 11100 | 100001 | 10100 | 1000 | 101000 | 1000011 |
Color Harmonies of #CC9289
Complementary color
Monochromatic Colors of #CC9289
Black with #CC9289
Text Example
Text Example
White with #CC9289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9289; }
p { color: rgb(204,146,137); }
H1.HeaderClassName
{
color: #CC9289;
}
.AnyTagClassName
{
color: #CC9289;
}
</style>
background-color css
<style>
a { background-color: #CC9289; }
a { background-color: rgb(204,146,137); }
div.DivClassName
{
background-color: #CC9289;
}
.BgClassName
{
background-color: #CC9289;
}
</style>
border-color css
<style>
span { border-color: #CC9289; }
span { border-color: rgb(204,146,137); }
td.TdClassName
{
border-color: #CC9289;
}
.TagClassName
{
border-color: #CC9289;
}
</style>