Shades of Oriental Pink #CC938B
Tints of Oriental Pink #CC938B
RGB
CMYK
RGB Variations
Color information
#CC938B (or 0xCC938B) is known color: Oriental Pink. HEX triplet: CC, 93 and 8B. RGB value is (204,147,139). Sum of RGB (Red+Green+Blue) = 204+147+139=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC938B is #336C74. Grayscale: #A3A3A3. Windows color (decimal): -3370101 or 9147340. OLE color: 9147340.
HSL color Cylindrical-coordinate representation of color #CC938B: hue angle of 7.38º 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 #CC938B is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 139 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.2 |
| HSL | 7.38º | 0.39% | 0.67% | - |
| HSV(B) | 7.38º | 0.32% | 0.8% | - |
| XYZ | 40 | 35.57 | 29.18 | - |
| YUV | 163.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 139 | 0 | 0.28 | 0.32 | 0.2 | 7.38 | 0.39 | 0.67 |
| Hex | CC | 93 | 8B | 0 | 1C | 20 | 14 | 7 | 27 | 43 |
| Octal | 314 | 223 | 213 | 0 | 34 | 40 | 24 | 7 | 47 | 103 |
| Binary | 11001100 | 10010011 | 10001011 | 0 | 11100 | 100000 | 10100 | 111 | 100111 | 1000011 |
Color Harmonies of #CC938B
Complementary color
Monochromatic Colors of #CC938B
Black with #CC938B
Text Example
Text Example
White with #CC938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC938B; }
p { color: rgb(204,147,139); }
H1.HeaderClassName
{
color: #CC938B;
}
.AnyTagClassName
{
color: #CC938B;
}
</style>
background-color css
<style>
a { background-color: #CC938B; }
a { background-color: rgb(204,147,139); }
div.DivClassName
{
background-color: #CC938B;
}
.BgClassName
{
background-color: #CC938B;
}
</style>
border-color css
<style>
span { border-color: #CC938B; }
span { border-color: rgb(204,147,139); }
td.TdClassName
{
border-color: #CC938B;
}
.TagClassName
{
border-color: #CC938B;
}
</style>