Shades of New York Pink #CC8072
Tints of New York Pink #CC8072
RGB
CMYK
RGB Variations
Color information
#CC8072 (or 0xCC8072) is known color: New York Pink. HEX triplet: CC, 80 and 72. RGB value is (204,128,114). Sum of RGB (Red+Green+Blue) = 204+128+114=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8072 is #337F8D. Grayscale: #959595. Windows color (decimal): -3374990 or 7504076. OLE color: 7504076.
HSL color Cylindrical-coordinate representation of color #CC8072: hue angle of 9.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC8072 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 114 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.2 |
| HSL | 9.33º | 0.47% | 0.62% | - |
| HSV(B) | 9.33º | 0.44% | 0.8% | - |
| XYZ | 35.66 | 29.49 | 19.73 | - |
| YUV | 149.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 114 | 0 | 0.37 | 0.44 | 0.2 | 9.33 | 0.47 | 0.62 |
| Hex | CC | 80 | 72 | 0 | 25 | 2C | 14 | 9 | 2F | 3E |
| Octal | 314 | 200 | 162 | 0 | 45 | 54 | 24 | 11 | 57 | 76 |
| Binary | 11001100 | 10000000 | 1110010 | 0 | 100101 | 101100 | 10100 | 1001 | 101111 | 111110 |
Color Harmonies of #CC8072
Complementary color
Monochromatic Colors of #CC8072
Black with #CC8072
Text Example
Text Example
White with #CC8072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8072; }
p { color: rgb(204,128,114); }
H1.HeaderClassName
{
color: #CC8072;
}
.AnyTagClassName
{
color: #CC8072;
}
</style>
background-color css
<style>
a { background-color: #CC8072; }
a { background-color: rgb(204,128,114); }
div.DivClassName
{
background-color: #CC8072;
}
.BgClassName
{
background-color: #CC8072;
}
</style>
border-color css
<style>
span { border-color: #CC8072; }
span { border-color: rgb(204,128,114); }
td.TdClassName
{
border-color: #CC8072;
}
.TagClassName
{
border-color: #CC8072;
}
</style>