Shades of My Pink #CC8D7F
Tints of My Pink #CC8D7F
RGB
CMYK
RGB Variations
Color information
#CC8D7F (or 0xCC8D7F) is known color: My Pink. HEX triplet: CC, 8D and 7F. RGB value is (204,141,127). Sum of RGB (Red+Green+Blue) = 204+141+127=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D7F is #337280. Grayscale: #9E9E9E. Windows color (decimal): -3371649 or 8359372. OLE color: 8359372.
HSL color Cylindrical-coordinate representation of color #CC8D7F: hue angle of 10.91º 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 #CC8D7F is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 127 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.2 |
| HSL | 10.91º | 0.43% | 0.65% | - |
| HSV(B) | 10.91º | 0.38% | 0.8% | - |
| XYZ | 38.26 | 33.42 | 24.51 | - |
| YUV | 158.24 | 110.37 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 127 | 0 | 0.31 | 0.38 | 0.2 | 10.91 | 0.43 | 0.65 |
| Hex | CC | 8D | 7F | 0 | 1F | 26 | 14 | B | 2B | 41 |
| Octal | 314 | 215 | 177 | 0 | 37 | 46 | 24 | 13 | 53 | 101 |
| Binary | 11001100 | 10001101 | 1111111 | 0 | 11111 | 100110 | 10100 | 1011 | 101011 | 1000001 |
Color Harmonies of #CC8D7F
Complementary color
Monochromatic Colors of #CC8D7F
Black with #CC8D7F
Text Example
Text Example
White with #CC8D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D7F; }
p { color: rgb(204,141,127); }
H1.HeaderClassName
{
color: #CC8D7F;
}
.AnyTagClassName
{
color: #CC8D7F;
}
</style>
background-color css
<style>
a { background-color: #CC8D7F; }
a { background-color: rgb(204,141,127); }
div.DivClassName
{
background-color: #CC8D7F;
}
.BgClassName
{
background-color: #CC8D7F;
}
</style>
border-color css
<style>
span { border-color: #CC8D7F; }
span { border-color: rgb(204,141,127); }
td.TdClassName
{
border-color: #CC8D7F;
}
.TagClassName
{
border-color: #CC8D7F;
}
</style>