Shades of New York Pink #CC8176
Tints of New York Pink #CC8176
RGB
CMYK
RGB Variations
Color information
#CC8176 (or 0xCC8176) is known color: New York Pink. HEX triplet: CC, 81 and 76. RGB value is (204,129,118). Sum of RGB (Red+Green+Blue) = 204+129+118=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8176 is #337E89. Grayscale: #969696. Windows color (decimal): -3374730 or 7766476. OLE color: 7766476.
HSL color Cylindrical-coordinate representation of color #CC8176: hue angle of 7.67º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC8176 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 118 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.2 |
| HSL | 7.67º | 0.46% | 0.63% | - |
| HSV(B) | 7.67º | 0.42% | 0.8% | - |
| XYZ | 36.02 | 29.85 | 21 | - |
| YUV | 150.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 118 | 0 | 0.37 | 0.42 | 0.2 | 7.67 | 0.46 | 0.63 |
| Hex | CC | 81 | 76 | 0 | 25 | 2A | 14 | 8 | 2E | 3F |
| Octal | 314 | 201 | 166 | 0 | 45 | 52 | 24 | 10 | 56 | 77 |
| Binary | 11001100 | 10000001 | 1110110 | 0 | 100101 | 101010 | 10100 | 1000 | 101110 | 111111 |
Color Harmonies of #CC8176
Complementary color
Monochromatic Colors of #CC8176
Black with #CC8176
Text Example
Text Example
White with #CC8176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8176; }
p { color: rgb(204,129,118); }
H1.HeaderClassName
{
color: #CC8176;
}
.AnyTagClassName
{
color: #CC8176;
}
</style>
background-color css
<style>
a { background-color: #CC8176; }
a { background-color: rgb(204,129,118); }
div.DivClassName
{
background-color: #CC8176;
}
.BgClassName
{
background-color: #CC8176;
}
</style>
border-color css
<style>
span { border-color: #CC8176; }
span { border-color: rgb(204,129,118); }
td.TdClassName
{
border-color: #CC8176;
}
.TagClassName
{
border-color: #CC8176;
}
</style>