Shades of New York Pink #CC8373
Tints of New York Pink #CC8373
RGB
CMYK
RGB Variations
Color information
#CC8373 (or 0xCC8373) is known color: New York Pink. HEX triplet: CC, 83 and 73. RGB value is (204,131,115). Sum of RGB (Red+Green+Blue) = 204+131+115=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8373 is #337C8C. Grayscale: #979797. Windows color (decimal): -3374221 or 7570380. OLE color: 7570380.
HSL color Cylindrical-coordinate representation of color #CC8373: hue angle of 10.79º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC8373 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 115 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.2 |
| HSL | 10.79º | 0.47% | 0.63% | - |
| HSV(B) | 10.79º | 0.44% | 0.8% | - |
| XYZ | 36.11 | 30.31 | 20.17 | - |
| YUV | 151 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 115 | 0 | 0.36 | 0.44 | 0.2 | 10.79 | 0.47 | 0.63 |
| Hex | CC | 83 | 73 | 0 | 24 | 2C | 14 | B | 2F | 3F |
| Octal | 314 | 203 | 163 | 0 | 44 | 54 | 24 | 13 | 57 | 77 |
| Binary | 11001100 | 10000011 | 1110011 | 0 | 100100 | 101100 | 10100 | 1011 | 101111 | 111111 |
Color Harmonies of #CC8373
Complementary color
Monochromatic Colors of #CC8373
Black with #CC8373
Text Example
Text Example
White with #CC8373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8373; }
p { color: rgb(204,131,115); }
H1.HeaderClassName
{
color: #CC8373;
}
.AnyTagClassName
{
color: #CC8373;
}
</style>
background-color css
<style>
a { background-color: #CC8373; }
a { background-color: rgb(204,131,115); }
div.DivClassName
{
background-color: #CC8373;
}
.BgClassName
{
background-color: #CC8373;
}
</style>
border-color css
<style>
span { border-color: #CC8373; }
span { border-color: rgb(204,131,115); }
td.TdClassName
{
border-color: #CC8373;
}
.TagClassName
{
border-color: #CC8373;
}
</style>