Shades of New York Pink #CC8074
Tints of New York Pink #CC8074
RGB
CMYK
RGB Variations
Color information
#CC8074 (or 0xCC8074) is known color: New York Pink. HEX triplet: CC, 80 and 74. RGB value is (204,128,116). Sum of RGB (Red+Green+Blue) = 204+128+116=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8074 is #337F8B. Grayscale: #959595. Windows color (decimal): -3374988 or 7635148. OLE color: 7635148.
HSL color Cylindrical-coordinate representation of color #CC8074: hue angle of 8.18º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC8074 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 116 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.2 |
| HSL | 8.18º | 0.46% | 0.63% | - |
| HSV(B) | 8.18º | 0.43% | 0.8% | - |
| XYZ | 35.77 | 29.54 | 20.34 | - |
| YUV | 149.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 116 | 0 | 0.37 | 0.43 | 0.2 | 8.18 | 0.46 | 0.63 |
| Hex | CC | 80 | 74 | 0 | 25 | 2B | 14 | 8 | 2E | 3F |
| Octal | 314 | 200 | 164 | 0 | 45 | 53 | 24 | 10 | 56 | 77 |
| Binary | 11001100 | 10000000 | 1110100 | 0 | 100101 | 101011 | 10100 | 1000 | 101110 | 111111 |
Color Harmonies of #CC8074
Complementary color
Monochromatic Colors of #CC8074
Black with #CC8074
Text Example
Text Example
White with #CC8074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8074; }
p { color: rgb(204,128,116); }
H1.HeaderClassName
{
color: #CC8074;
}
.AnyTagClassName
{
color: #CC8074;
}
</style>
background-color css
<style>
a { background-color: #CC8074; }
a { background-color: rgb(204,128,116); }
div.DivClassName
{
background-color: #CC8074;
}
.BgClassName
{
background-color: #CC8074;
}
</style>
border-color css
<style>
span { border-color: #CC8074; }
span { border-color: rgb(204,128,116); }
td.TdClassName
{
border-color: #CC8074;
}
.TagClassName
{
border-color: #CC8074;
}
</style>