Shades of My Pink #CC8B7F
Tints of My Pink #CC8B7F
RGB
CMYK
RGB Variations
Color information
#CC8B7F (or 0xCC8B7F) is known color: My Pink. HEX triplet: CC, 8B and 7F. RGB value is (204,139,127). Sum of RGB (Red+Green+Blue) = 204+139+127=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B7F is #337480. Grayscale: #9D9D9D. Windows color (decimal): -3372161 or 8358860. OLE color: 8358860.
HSL color Cylindrical-coordinate representation of color #CC8B7F: hue angle of 9.35º 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 #CC8B7F is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 127 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.2 |
| HSL | 9.35º | 0.43% | 0.65% | - |
| HSV(B) | 9.35º | 0.38% | 0.8% | - |
| XYZ | 37.97 | 32.83 | 24.42 | - |
| YUV | 157.07 | 111.03 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 127 | 0 | 0.32 | 0.38 | 0.2 | 9.35 | 0.43 | 0.65 |
| Hex | CC | 8B | 7F | 0 | 20 | 26 | 14 | 9 | 2B | 41 |
| Octal | 314 | 213 | 177 | 0 | 40 | 46 | 24 | 11 | 53 | 101 |
| Binary | 11001100 | 10001011 | 1111111 | 0 | 100000 | 100110 | 10100 | 1001 | 101011 | 1000001 |
Color Harmonies of #CC8B7F
Complementary color
Monochromatic Colors of #CC8B7F
Black with #CC8B7F
Text Example
Text Example
White with #CC8B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8B7F; }
p { color: rgb(204,139,127); }
H1.HeaderClassName
{
color: #CC8B7F;
}
.AnyTagClassName
{
color: #CC8B7F;
}
</style>
background-color css
<style>
a { background-color: #CC8B7F; }
a { background-color: rgb(204,139,127); }
div.DivClassName
{
background-color: #CC8B7F;
}
.BgClassName
{
background-color: #CC8B7F;
}
</style>
border-color css
<style>
span { border-color: #CC8B7F; }
span { border-color: rgb(204,139,127); }
td.TdClassName
{
border-color: #CC8B7F;
}
.TagClassName
{
border-color: #CC8B7F;
}
</style>