Shades of My Pink #CC907F
Tints of My Pink #CC907F
RGB
CMYK
RGB Variations
Color information
#CC907F (or 0xCC907F) is known color: My Pink. HEX triplet: CC, 90 and 7F. RGB value is (204,144,127). Sum of RGB (Red+Green+Blue) = 204+144+127=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC907F is #336F80. Grayscale: #A0A0A0. Windows color (decimal): -3370881 or 8360140. OLE color: 8360140.
HSL color Cylindrical-coordinate representation of color #CC907F: hue angle of 13.25º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC907F is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 127 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.2 |
| HSL | 13.25º | 0.43% | 0.65% | - |
| HSV(B) | 13.25º | 0.38% | 0.8% | - |
| XYZ | 38.71 | 34.32 | 24.66 | - |
| YUV | 160 | 109.38 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 127 | 0 | 0.29 | 0.38 | 0.2 | 13.25 | 0.43 | 0.65 |
| Hex | CC | 90 | 7F | 0 | 1D | 26 | 14 | D | 2B | 41 |
| Octal | 314 | 220 | 177 | 0 | 35 | 46 | 24 | 15 | 53 | 101 |
| Binary | 11001100 | 10010000 | 1111111 | 0 | 11101 | 100110 | 10100 | 1101 | 101011 | 1000001 |
Color Harmonies of #CC907F
Complementary color
Monochromatic Colors of #CC907F
Black with #CC907F
Text Example
Text Example
White with #CC907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC907F; }
p { color: rgb(204,144,127); }
H1.HeaderClassName
{
color: #CC907F;
}
.AnyTagClassName
{
color: #CC907F;
}
</style>
background-color css
<style>
a { background-color: #CC907F; }
a { background-color: rgb(204,144,127); }
div.DivClassName
{
background-color: #CC907F;
}
.BgClassName
{
background-color: #CC907F;
}
</style>
border-color css
<style>
span { border-color: #CC907F; }
span { border-color: rgb(204,144,127); }
td.TdClassName
{
border-color: #CC907F;
}
.TagClassName
{
border-color: #CC907F;
}
</style>