Shades of My Pink #CC8584
Tints of My Pink #CC8584
RGB
CMYK
RGB Variations
Color information
#CC8584 (or 0xCC8584) is known color: My Pink. HEX triplet: CC, 85 and 84. RGB value is (204,133,132). Sum of RGB (Red+Green+Blue) = 204+133+132=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8584 is #337A7B. Grayscale: #9A9A9A. Windows color (decimal): -3373692 or 8685004. OLE color: 8685004.
HSL color Cylindrical-coordinate representation of color #CC8584: hue angle of 0.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 #CC8584 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 132 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.2 |
| HSL | 0.83º | 0.41% | 0.66% | - |
| HSV(B) | 0.83º | 0.35% | 0.8% | - |
| XYZ | 37.45 | 31.28 | 25.89 | - |
| YUV | 154.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 132 | 0 | 0.35 | 0.35 | 0.2 | 0.83 | 0.41 | 0.66 |
| Hex | CC | 85 | 84 | 0 | 23 | 23 | 14 | 1 | 29 | 42 |
| Octal | 314 | 205 | 204 | 0 | 43 | 43 | 24 | 1 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10000100 | 0 | 100011 | 100011 | 10100 | 1 | 101001 | 1000010 |
Color Harmonies of #CC8584
Complementary color
Monochromatic Colors of #CC8584
Black with #CC8584
Text Example
Text Example
White with #CC8584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8584; }
p { color: rgb(204,133,132); }
H1.HeaderClassName
{
color: #CC8584;
}
.AnyTagClassName
{
color: #CC8584;
}
</style>
background-color css
<style>
a { background-color: #CC8584; }
a { background-color: rgb(204,133,132); }
div.DivClassName
{
background-color: #CC8584;
}
.BgClassName
{
background-color: #CC8584;
}
</style>
border-color css
<style>
span { border-color: #CC8584; }
span { border-color: rgb(204,133,132); }
td.TdClassName
{
border-color: #CC8584;
}
.TagClassName
{
border-color: #CC8584;
}
</style>