Shades of Oriental Pink #CC928B
Tints of Oriental Pink #CC928B
RGB
CMYK
RGB Variations
Color information
#CC928B (or 0xCC928B) is known color: Oriental Pink. HEX triplet: CC, 92 and 8B. RGB value is (204,146,139). Sum of RGB (Red+Green+Blue) = 204+146+139=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC928B is #336D74. Grayscale: #A2A2A2. Windows color (decimal): -3370357 or 9147084. OLE color: 9147084.
HSL color Cylindrical-coordinate representation of color #CC928B: hue angle of 6.46º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC928B is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 139 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.2 |
| HSL | 6.46º | 0.39% | 0.67% | - |
| HSV(B) | 6.46º | 0.32% | 0.8% | - |
| XYZ | 39.84 | 35.26 | 29.13 | - |
| YUV | 162.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 139 | 0 | 0.28 | 0.32 | 0.2 | 6.46 | 0.39 | 0.67 |
| Hex | CC | 92 | 8B | 0 | 1C | 20 | 14 | 6 | 27 | 43 |
| Octal | 314 | 222 | 213 | 0 | 34 | 40 | 24 | 6 | 47 | 103 |
| Binary | 11001100 | 10010010 | 10001011 | 0 | 11100 | 100000 | 10100 | 110 | 100111 | 1000011 |
Color Harmonies of #CC928B
Complementary color
Monochromatic Colors of #CC928B
Black with #CC928B
Text Example
Text Example
White with #CC928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC928B; }
p { color: rgb(204,146,139); }
H1.HeaderClassName
{
color: #CC928B;
}
.AnyTagClassName
{
color: #CC928B;
}
</style>
background-color css
<style>
a { background-color: #CC928B; }
a { background-color: rgb(204,146,139); }
div.DivClassName
{
background-color: #CC928B;
}
.BgClassName
{
background-color: #CC928B;
}
</style>
border-color css
<style>
span { border-color: #CC928B; }
span { border-color: rgb(204,146,139); }
td.TdClassName
{
border-color: #CC928B;
}
.TagClassName
{
border-color: #CC928B;
}
</style>