Shades of My Pink #CC877A
Tints of My Pink #CC877A
RGB
CMYK
RGB Variations
Color information
#CC877A (or 0xCC877A) is known color: My Pink. HEX triplet: CC, 87 and 7A. RGB value is (204,135,122). Sum of RGB (Red+Green+Blue) = 204+135+122=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC877A is #337885. Grayscale: #9A9A9A. Windows color (decimal): -3373190 or 8030156. OLE color: 8030156.
HSL color Cylindrical-coordinate representation of color #CC877A: hue angle of 9.51º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC877A is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 122 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.2 |
| HSL | 9.51º | 0.45% | 0.64% | - |
| HSV(B) | 9.51º | 0.4% | 0.8% | - |
| XYZ | 37.08 | 31.57 | 22.55 | - |
| YUV | 154.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 122 | 0 | 0.34 | 0.40 | 0.2 | 9.51 | 0.45 | 0.64 |
| Hex | CC | 87 | 7A | 0 | 22 | 28 | 14 | A | 2D | 40 |
| Octal | 314 | 207 | 172 | 0 | 42 | 50 | 24 | 12 | 55 | 100 |
| Binary | 11001100 | 10000111 | 1111010 | 0 | 100010 | 101000 | 10100 | 1010 | 101101 | 1000000 |
Color Harmonies of #CC877A
Complementary color
Monochromatic Colors of #CC877A
Black with #CC877A
Text Example
Text Example
White with #CC877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC877A; }
p { color: rgb(204,135,122); }
H1.HeaderClassName
{
color: #CC877A;
}
.AnyTagClassName
{
color: #CC877A;
}
</style>
background-color css
<style>
a { background-color: #CC877A; }
a { background-color: rgb(204,135,122); }
div.DivClassName
{
background-color: #CC877A;
}
.BgClassName
{
background-color: #CC877A;
}
</style>
border-color css
<style>
span { border-color: #CC877A; }
span { border-color: rgb(204,135,122); }
td.TdClassName
{
border-color: #CC877A;
}
.TagClassName
{
border-color: #CC877A;
}
</style>