Shades of Oriental Pink #CC9184
Tints of Oriental Pink #CC9184
RGB
CMYK
RGB Variations
Color information
#CC9184 (or 0xCC9184) is known color: Oriental Pink. HEX triplet: CC, 91 and 84. RGB value is (204,145,132). Sum of RGB (Red+Green+Blue) = 204+145+132=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9184 is #336E7B. Grayscale: #A1A1A1. Windows color (decimal): -3370620 or 8688076. OLE color: 8688076.
HSL color Cylindrical-coordinate representation of color #CC9184: hue angle of 10.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC9184 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 132 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.2 |
| HSL | 10.83º | 0.41% | 0.66% | - |
| HSV(B) | 10.83º | 0.35% | 0.8% | - |
| XYZ | 39.19 | 34.75 | 26.47 | - |
| YUV | 161.16 | 111.55 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 132 | 0 | 0.29 | 0.35 | 0.2 | 10.83 | 0.41 | 0.66 |
| Hex | CC | 91 | 84 | 0 | 1D | 23 | 14 | B | 29 | 42 |
| Octal | 314 | 221 | 204 | 0 | 35 | 43 | 24 | 13 | 51 | 102 |
| Binary | 11001100 | 10010001 | 10000100 | 0 | 11101 | 100011 | 10100 | 1011 | 101001 | 1000010 |
Color Harmonies of #CC9184
Complementary color
Monochromatic Colors of #CC9184
Black with #CC9184
Text Example
Text Example
White with #CC9184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9184; }
p { color: rgb(204,145,132); }
H1.HeaderClassName
{
color: #CC9184;
}
.AnyTagClassName
{
color: #CC9184;
}
</style>
background-color css
<style>
a { background-color: #CC9184; }
a { background-color: rgb(204,145,132); }
div.DivClassName
{
background-color: #CC9184;
}
.BgClassName
{
background-color: #CC9184;
}
</style>
border-color css
<style>
span { border-color: #CC9184; }
span { border-color: rgb(204,145,132); }
td.TdClassName
{
border-color: #CC9184;
}
.TagClassName
{
border-color: #CC9184;
}
</style>