Shades of My Pink #CC8779
Tints of My Pink #CC8779
RGB
CMYK
RGB Variations
Color information
#CC8779 (or 0xCC8779) is known color: My Pink. HEX triplet: CC, 87 and 79. RGB value is (204,135,121). Sum of RGB (Red+Green+Blue) = 204+135+121=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8779 is #337886. Grayscale: #9A9A9A. Windows color (decimal): -3373191 or 7964620. OLE color: 7964620.
HSL color Cylindrical-coordinate representation of color #CC8779: hue angle of 10.12º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC8779 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 121 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.2 |
| HSL | 10.12º | 0.45% | 0.64% | - |
| HSV(B) | 10.12º | 0.41% | 0.8% | - |
| XYZ | 37.02 | 31.55 | 22.23 | - |
| YUV | 154.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 121 | 0 | 0.34 | 0.41 | 0.2 | 10.12 | 0.45 | 0.64 |
| Hex | CC | 87 | 79 | 0 | 22 | 29 | 14 | A | 2D | 40 |
| Octal | 314 | 207 | 171 | 0 | 42 | 51 | 24 | 12 | 55 | 100 |
| Binary | 11001100 | 10000111 | 1111001 | 0 | 100010 | 101001 | 10100 | 1010 | 101101 | 1000000 |
Color Harmonies of #CC8779
Complementary color
Monochromatic Colors of #CC8779
Black with #CC8779
Text Example
Text Example
White with #CC8779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8779; }
p { color: rgb(204,135,121); }
H1.HeaderClassName
{
color: #CC8779;
}
.AnyTagClassName
{
color: #CC8779;
}
</style>
background-color css
<style>
a { background-color: #CC8779; }
a { background-color: rgb(204,135,121); }
div.DivClassName
{
background-color: #CC8779;
}
.BgClassName
{
background-color: #CC8779;
}
</style>
border-color css
<style>
span { border-color: #CC8779; }
span { border-color: rgb(204,135,121); }
td.TdClassName
{
border-color: #CC8779;
}
.TagClassName
{
border-color: #CC8779;
}
</style>