Shades of Oriental Pink #CC9188
Tints of Oriental Pink #CC9188
RGB
CMYK
RGB Variations
Color information
#CC9188 (or 0xCC9188) is known color: Oriental Pink. HEX triplet: CC, 91 and 88. RGB value is (204,145,136). Sum of RGB (Red+Green+Blue) = 204+145+136=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9188 is #336E77. Grayscale: #A1A1A1. Windows color (decimal): -3370616 or 8950220. OLE color: 8950220.
HSL color Cylindrical-coordinate representation of color #CC9188: hue angle of 7.94º 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 #CC9188 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 136 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.2 |
| HSL | 7.94º | 0.4% | 0.67% | - |
| HSV(B) | 7.94º | 0.33% | 0.8% | - |
| XYZ | 39.47 | 34.87 | 27.94 | - |
| YUV | 161.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 136 | 0 | 0.29 | 0.33 | 0.2 | 7.94 | 0.4 | 0.67 |
| Hex | CC | 91 | 88 | 0 | 1D | 21 | 14 | 8 | 28 | 43 |
| Octal | 314 | 221 | 210 | 0 | 35 | 41 | 24 | 10 | 50 | 103 |
| Binary | 11001100 | 10010001 | 10001000 | 0 | 11101 | 100001 | 10100 | 1000 | 101000 | 1000011 |
Color Harmonies of #CC9188
Complementary color
Monochromatic Colors of #CC9188
Black with #CC9188
Text Example
Text Example
White with #CC9188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9188; }
p { color: rgb(204,145,136); }
H1.HeaderClassName
{
color: #CC9188;
}
.AnyTagClassName
{
color: #CC9188;
}
</style>
background-color css
<style>
a { background-color: #CC9188; }
a { background-color: rgb(204,145,136); }
div.DivClassName
{
background-color: #CC9188;
}
.BgClassName
{
background-color: #CC9188;
}
</style>
border-color css
<style>
span { border-color: #CC9188; }
span { border-color: rgb(204,145,136); }
td.TdClassName
{
border-color: #CC9188;
}
.TagClassName
{
border-color: #CC9188;
}
</style>