Shades of Oriental Pink #CC918E
Tints of Oriental Pink #CC918E
RGB
CMYK
RGB Variations
Color information
#CC918E (or 0xCC918E) is known color: Oriental Pink. HEX triplet: CC, 91 and 8E. RGB value is (204,145,142). Sum of RGB (Red+Green+Blue) = 204+145+142=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC918E is #336E71. Grayscale: #A2A2A2. Windows color (decimal): -3370610 or 9343436. OLE color: 9343436.
HSL color Cylindrical-coordinate representation of color #CC918E: hue angle of 2.9º degrees, saturation: 0.38, 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 #CC918E is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 142 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.2 |
| HSL | 2.9º | 0.38% | 0.68% | - |
| HSV(B) | 2.9º | 0.3% | 0.8% | - |
| XYZ | 39.91 | 35.04 | 30.25 | - |
| YUV | 162.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 142 | 0 | 0.29 | 0.30 | 0.2 | 2.9 | 0.38 | 0.68 |
| Hex | CC | 91 | 8E | 0 | 1D | 1E | 14 | 3 | 26 | 44 |
| Octal | 314 | 221 | 216 | 0 | 35 | 36 | 24 | 3 | 46 | 104 |
| Binary | 11001100 | 10010001 | 10001110 | 0 | 11101 | 11110 | 10100 | 11 | 100110 | 1000100 |
Color Harmonies of #CC918E
Complementary color
Monochromatic Colors of #CC918E
Black with #CC918E
Text Example
Text Example
White with #CC918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC918E; }
p { color: rgb(204,145,142); }
H1.HeaderClassName
{
color: #CC918E;
}
.AnyTagClassName
{
color: #CC918E;
}
</style>
background-color css
<style>
a { background-color: #CC918E; }
a { background-color: rgb(204,145,142); }
div.DivClassName
{
background-color: #CC918E;
}
.BgClassName
{
background-color: #CC918E;
}
</style>
border-color css
<style>
span { border-color: #CC918E; }
span { border-color: rgb(204,145,142); }
td.TdClassName
{
border-color: #CC918E;
}
.TagClassName
{
border-color: #CC918E;
}
</style>