Shades of Oriental Pink #CC928F
Tints of Oriental Pink #CC928F
RGB
CMYK
RGB Variations
Color information
#CC928F (or 0xCC928F) is known color: Oriental Pink. HEX triplet: CC, 92 and 8F. RGB value is (204,146,143). Sum of RGB (Red+Green+Blue) = 204+146+143=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC928F is #336D70. Grayscale: #A3A3A3. Windows color (decimal): -3370353 or 9409228. OLE color: 9409228.
HSL color Cylindrical-coordinate representation of color #CC928F: hue angle of 2.95º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC928F is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 143 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.2 |
| HSL | 2.95º | 0.37% | 0.68% | - |
| HSV(B) | 2.95º | 0.3% | 0.8% | - |
| XYZ | 40.14 | 35.38 | 30.7 | - |
| YUV | 163 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 143 | 0 | 0.28 | 0.30 | 0.2 | 2.95 | 0.37 | 0.68 |
| Hex | CC | 92 | 8F | 0 | 1C | 1E | 14 | 3 | 25 | 44 |
| Octal | 314 | 222 | 217 | 0 | 34 | 36 | 24 | 3 | 45 | 104 |
| Binary | 11001100 | 10010010 | 10001111 | 0 | 11100 | 11110 | 10100 | 11 | 100101 | 1000100 |
Color Harmonies of #CC928F
Complementary color
Monochromatic Colors of #CC928F
Black with #CC928F
Text Example
Text Example
White with #CC928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC928F; }
p { color: rgb(204,146,143); }
H1.HeaderClassName
{
color: #CC928F;
}
.AnyTagClassName
{
color: #CC928F;
}
</style>
background-color css
<style>
a { background-color: #CC928F; }
a { background-color: rgb(204,146,143); }
div.DivClassName
{
background-color: #CC928F;
}
.BgClassName
{
background-color: #CC928F;
}
</style>
border-color css
<style>
span { border-color: #CC928F; }
span { border-color: rgb(204,146,143); }
td.TdClassName
{
border-color: #CC928F;
}
.TagClassName
{
border-color: #CC928F;
}
</style>