Shades of Oriental Pink #CC9085
Tints of Oriental Pink #CC9085
RGB
CMYK
RGB Variations
Color information
#CC9085 (or 0xCC9085) is known color: Oriental Pink. HEX triplet: CC, 90 and 85. RGB value is (204,144,133). Sum of RGB (Red+Green+Blue) = 204+144+133=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9085 is #336F7A. Grayscale: #A0A0A0. Windows color (decimal): -3370875 or 8753356. OLE color: 8753356.
HSL color Cylindrical-coordinate representation of color #CC9085: hue angle of 9.3º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC9085 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 133 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.2 |
| HSL | 9.3º | 0.41% | 0.66% | - |
| HSV(B) | 9.3º | 0.35% | 0.8% | - |
| XYZ | 39.11 | 34.48 | 26.78 | - |
| YUV | 160.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 133 | 0 | 0.29 | 0.35 | 0.2 | 9.3 | 0.41 | 0.66 |
| Hex | CC | 90 | 85 | 0 | 1D | 23 | 14 | 9 | 29 | 42 |
| Octal | 314 | 220 | 205 | 0 | 35 | 43 | 24 | 11 | 51 | 102 |
| Binary | 11001100 | 10010000 | 10000101 | 0 | 11101 | 100011 | 10100 | 1001 | 101001 | 1000010 |
Color Harmonies of #CC9085
Complementary color
Monochromatic Colors of #CC9085
Black with #CC9085
Text Example
Text Example
White with #CC9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9085; }
p { color: rgb(204,144,133); }
H1.HeaderClassName
{
color: #CC9085;
}
.AnyTagClassName
{
color: #CC9085;
}
</style>
background-color css
<style>
a { background-color: #CC9085; }
a { background-color: rgb(204,144,133); }
div.DivClassName
{
background-color: #CC9085;
}
.BgClassName
{
background-color: #CC9085;
}
</style>
border-color css
<style>
span { border-color: #CC9085; }
span { border-color: rgb(204,144,133); }
td.TdClassName
{
border-color: #CC9085;
}
.TagClassName
{
border-color: #CC9085;
}
</style>