Shades of Oriental Pink #CC9490
Tints of Oriental Pink #CC9490
RGB
CMYK
RGB Variations
Color information
#CC9490 (or 0xCC9490) is known color: Oriental Pink. HEX triplet: CC, 94 and 90. RGB value is (204,148,144). Sum of RGB (Red+Green+Blue) = 204+148+144=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9490 is #336B6F. Grayscale: #A4A4A4. Windows color (decimal): -3369840 or 9475276. OLE color: 9475276.
HSL color Cylindrical-coordinate representation of color #CC9490: hue angle of 4º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9490 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 144 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.2 |
| HSL | 4º | 0.37% | 0.68% | - |
| HSV(B) | 4º | 0.29% | 0.8% | - |
| XYZ | 40.53 | 36.03 | 31.2 | - |
| YUV | 164.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 144 | 0 | 0.27 | 0.29 | 0.2 | 4 | 0.37 | 0.68 |
| Hex | CC | 94 | 90 | 0 | 1B | 1D | 14 | 4 | 25 | 44 |
| Octal | 314 | 224 | 220 | 0 | 33 | 35 | 24 | 4 | 45 | 104 |
| Binary | 11001100 | 10010100 | 10010000 | 0 | 11011 | 11101 | 10100 | 100 | 100101 | 1000100 |
Color Harmonies of #CC9490
Complementary color
Monochromatic Colors of #CC9490
Black with #CC9490
Text Example
Text Example
White with #CC9490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9490; }
p { color: rgb(204,148,144); }
H1.HeaderClassName
{
color: #CC9490;
}
.AnyTagClassName
{
color: #CC9490;
}
</style>
background-color css
<style>
a { background-color: #CC9490; }
a { background-color: rgb(204,148,144); }
div.DivClassName
{
background-color: #CC9490;
}
.BgClassName
{
background-color: #CC9490;
}
</style>
border-color css
<style>
span { border-color: #CC9490; }
span { border-color: rgb(204,148,144); }
td.TdClassName
{
border-color: #CC9490;
}
.TagClassName
{
border-color: #CC9490;
}
</style>