Shades of Oriental Pink #CC918D
Tints of Oriental Pink #CC918D
RGB
CMYK
RGB Variations
Color information
#CC918D (or 0xCC918D) is known color: Oriental Pink. HEX triplet: CC, 91 and 8D. RGB value is (204,145,141). Sum of RGB (Red+Green+Blue) = 204+145+141=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC918D is #336E72. Grayscale: #A2A2A2. Windows color (decimal): -3370611 or 9277900. OLE color: 9277900.
HSL color Cylindrical-coordinate representation of color #CC918D: hue angle of 3.81º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC918D is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 141 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.2 |
| HSL | 3.81º | 0.38% | 0.68% | - |
| HSV(B) | 3.81º | 0.31% | 0.8% | - |
| XYZ | 39.83 | 35.01 | 29.86 | - |
| YUV | 162.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 141 | 0 | 0.29 | 0.31 | 0.2 | 3.81 | 0.38 | 0.68 |
| Hex | CC | 91 | 8D | 0 | 1D | 1F | 14 | 4 | 26 | 44 |
| Octal | 314 | 221 | 215 | 0 | 35 | 37 | 24 | 4 | 46 | 104 |
| Binary | 11001100 | 10010001 | 10001101 | 0 | 11101 | 11111 | 10100 | 100 | 100110 | 1000100 |
Color Harmonies of #CC918D
Complementary color
Monochromatic Colors of #CC918D
Black with #CC918D
Text Example
Text Example
White with #CC918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC918D; }
p { color: rgb(204,145,141); }
H1.HeaderClassName
{
color: #CC918D;
}
.AnyTagClassName
{
color: #CC918D;
}
</style>
background-color css
<style>
a { background-color: #CC918D; }
a { background-color: rgb(204,145,141); }
div.DivClassName
{
background-color: #CC918D;
}
.BgClassName
{
background-color: #CC918D;
}
</style>
border-color css
<style>
span { border-color: #CC918D; }
span { border-color: rgb(204,145,141); }
td.TdClassName
{
border-color: #CC918D;
}
.TagClassName
{
border-color: #CC918D;
}
</style>