Shades of Oriental Pink #CC9288
Tints of Oriental Pink #CC9288
RGB
CMYK
RGB Variations
Color information
#CC9288 (or 0xCC9288) is known color: Oriental Pink. HEX triplet: CC, 92 and 88. RGB value is (204,146,136). Sum of RGB (Red+Green+Blue) = 204+146+136=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9288 is #336D77. Grayscale: #A2A2A2. Windows color (decimal): -3370360 or 8950476. OLE color: 8950476.
HSL color Cylindrical-coordinate representation of color #CC9288: hue angle of 8.82º 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 #CC9288 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 136 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.2 |
| HSL | 8.82º | 0.4% | 0.67% | - |
| HSV(B) | 8.82º | 0.33% | 0.8% | - |
| XYZ | 39.62 | 35.17 | 27.99 | - |
| YUV | 162.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 136 | 0 | 0.28 | 0.33 | 0.2 | 8.82 | 0.4 | 0.67 |
| Hex | CC | 92 | 88 | 0 | 1C | 21 | 14 | 9 | 28 | 43 |
| Octal | 314 | 222 | 210 | 0 | 34 | 41 | 24 | 11 | 50 | 103 |
| Binary | 11001100 | 10010010 | 10001000 | 0 | 11100 | 100001 | 10100 | 1001 | 101000 | 1000011 |
Color Harmonies of #CC9288
Complementary color
Monochromatic Colors of #CC9288
Black with #CC9288
Text Example
Text Example
White with #CC9288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9288; }
p { color: rgb(204,146,136); }
H1.HeaderClassName
{
color: #CC9288;
}
.AnyTagClassName
{
color: #CC9288;
}
</style>
background-color css
<style>
a { background-color: #CC9288; }
a { background-color: rgb(204,146,136); }
div.DivClassName
{
background-color: #CC9288;
}
.BgClassName
{
background-color: #CC9288;
}
</style>
border-color css
<style>
span { border-color: #CC9288; }
span { border-color: rgb(204,146,136); }
td.TdClassName
{
border-color: #CC9288;
}
.TagClassName
{
border-color: #CC9288;
}
</style>