Shades of My Pink #CC8F7E
Tints of My Pink #CC8F7E
RGB
CMYK
RGB Variations
Color information
#CC8F7E (or 0xCC8F7E) is known color: My Pink. HEX triplet: CC, 8F and 7E. RGB value is (204,143,126). Sum of RGB (Red+Green+Blue) = 204+143+126=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F7E is #337081. Grayscale: #9F9F9F. Windows color (decimal): -3371138 or 8294348. OLE color: 8294348.
HSL color Cylindrical-coordinate representation of color #CC8F7E: hue angle of 13.08º 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 #CC8F7E is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 126 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.2 |
| HSL | 13.08º | 0.43% | 0.65% | - |
| HSV(B) | 13.08º | 0.38% | 0.8% | - |
| XYZ | 38.49 | 33.99 | 24.27 | - |
| YUV | 159.3 | 109.21 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 126 | 0 | 0.30 | 0.38 | 0.2 | 13.08 | 0.43 | 0.65 |
| Hex | CC | 8F | 7E | 0 | 1E | 26 | 14 | D | 2B | 41 |
| Octal | 314 | 217 | 176 | 0 | 36 | 46 | 24 | 15 | 53 | 101 |
| Binary | 11001100 | 10001111 | 1111110 | 0 | 11110 | 100110 | 10100 | 1101 | 101011 | 1000001 |
Color Harmonies of #CC8F7E
Complementary color
Monochromatic Colors of #CC8F7E
Black with #CC8F7E
Text Example
Text Example
White with #CC8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F7E; }
p { color: rgb(204,143,126); }
H1.HeaderClassName
{
color: #CC8F7E;
}
.AnyTagClassName
{
color: #CC8F7E;
}
</style>
background-color css
<style>
a { background-color: #CC8F7E; }
a { background-color: rgb(204,143,126); }
div.DivClassName
{
background-color: #CC8F7E;
}
.BgClassName
{
background-color: #CC8F7E;
}
</style>
border-color css
<style>
span { border-color: #CC8F7E; }
span { border-color: rgb(204,143,126); }
td.TdClassName
{
border-color: #CC8F7E;
}
.TagClassName
{
border-color: #CC8F7E;
}
</style>