Shades of New York Pink #CC8474
Tints of New York Pink #CC8474
RGB
CMYK
RGB Variations
Color information
#CC8474 (or 0xCC8474) is known color: New York Pink. HEX triplet: CC, 84 and 74. RGB value is (204,132,116). Sum of RGB (Red+Green+Blue) = 204+132+116=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8474 is #337B8B. Grayscale: #979797. Windows color (decimal): -3373964 or 7636172. OLE color: 7636172.
HSL color Cylindrical-coordinate representation of color #CC8474: hue angle of 10.91º 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 #CC8474 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 116 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.2 |
| HSL | 10.91º | 0.46% | 0.63% | - |
| HSV(B) | 10.91º | 0.43% | 0.8% | - |
| XYZ | 36.31 | 30.6 | 20.52 | - |
| YUV | 151.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 116 | 0 | 0.35 | 0.43 | 0.2 | 10.91 | 0.46 | 0.63 |
| Hex | CC | 84 | 74 | 0 | 23 | 2B | 14 | B | 2E | 3F |
| Octal | 314 | 204 | 164 | 0 | 43 | 53 | 24 | 13 | 56 | 77 |
| Binary | 11001100 | 10000100 | 1110100 | 0 | 100011 | 101011 | 10100 | 1011 | 101110 | 111111 |
Color Harmonies of #CC8474
Complementary color
Monochromatic Colors of #CC8474
Black with #CC8474
Text Example
Text Example
White with #CC8474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8474; }
p { color: rgb(204,132,116); }
H1.HeaderClassName
{
color: #CC8474;
}
.AnyTagClassName
{
color: #CC8474;
}
</style>
background-color css
<style>
a { background-color: #CC8474; }
a { background-color: rgb(204,132,116); }
div.DivClassName
{
background-color: #CC8474;
}
.BgClassName
{
background-color: #CC8474;
}
</style>
border-color css
<style>
span { border-color: #CC8474; }
span { border-color: rgb(204,132,116); }
td.TdClassName
{
border-color: #CC8474;
}
.TagClassName
{
border-color: #CC8474;
}
</style>