Shades of Oriental Pink #CC938A
Tints of Oriental Pink #CC938A
RGB
CMYK
RGB Variations
Color information
#CC938A (or 0xCC938A) is known color: Oriental Pink. HEX triplet: CC, 93 and 8A. RGB value is (204,147,138). Sum of RGB (Red+Green+Blue) = 204+147+138=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC938A is #336C75. Grayscale: #A3A3A3. Windows color (decimal): -3370102 or 9081804. OLE color: 9081804.
HSL color Cylindrical-coordinate representation of color #CC938A: hue angle of 8.18º 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 #CC938A is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 138 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.2 |
| HSL | 8.18º | 0.39% | 0.67% | - |
| HSV(B) | 8.18º | 0.32% | 0.8% | - |
| XYZ | 39.92 | 35.54 | 28.8 | - |
| YUV | 163.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 138 | 0 | 0.28 | 0.32 | 0.2 | 8.18 | 0.39 | 0.67 |
| Hex | CC | 93 | 8A | 0 | 1C | 20 | 14 | 8 | 27 | 43 |
| Octal | 314 | 223 | 212 | 0 | 34 | 40 | 24 | 10 | 47 | 103 |
| Binary | 11001100 | 10010011 | 10001010 | 0 | 11100 | 100000 | 10100 | 1000 | 100111 | 1000011 |
Color Harmonies of #CC938A
Complementary color
Monochromatic Colors of #CC938A
Black with #CC938A
Text Example
Text Example
White with #CC938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC938A; }
p { color: rgb(204,147,138); }
H1.HeaderClassName
{
color: #CC938A;
}
.AnyTagClassName
{
color: #CC938A;
}
</style>
background-color css
<style>
a { background-color: #CC938A; }
a { background-color: rgb(204,147,138); }
div.DivClassName
{
background-color: #CC938A;
}
.BgClassName
{
background-color: #CC938A;
}
</style>
border-color css
<style>
span { border-color: #CC938A; }
span { border-color: rgb(204,147,138); }
td.TdClassName
{
border-color: #CC938A;
}
.TagClassName
{
border-color: #CC938A;
}
</style>