Shades of New York Pink #CC8375
Tints of New York Pink #CC8375
RGB
CMYK
RGB Variations
Color information
#CC8375 (or 0xCC8375) is known color: New York Pink. HEX triplet: CC, 83 and 75. RGB value is (204,131,117). Sum of RGB (Red+Green+Blue) = 204+131+117=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8375 is #337C8A. Grayscale: #979797. Windows color (decimal): -3374219 or 7701452. OLE color: 7701452.
HSL color Cylindrical-coordinate representation of color #CC8375: hue angle of 9.66º 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 #CC8375 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 117 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.2 |
| HSL | 9.66º | 0.46% | 0.63% | - |
| HSV(B) | 9.66º | 0.43% | 0.8% | - |
| XYZ | 36.23 | 30.35 | 20.78 | - |
| YUV | 151.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 117 | 0 | 0.36 | 0.43 | 0.2 | 9.66 | 0.46 | 0.63 |
| Hex | CC | 83 | 75 | 0 | 24 | 2B | 14 | A | 2E | 3F |
| Octal | 314 | 203 | 165 | 0 | 44 | 53 | 24 | 12 | 56 | 77 |
| Binary | 11001100 | 10000011 | 1110101 | 0 | 100100 | 101011 | 10100 | 1010 | 101110 | 111111 |
Color Harmonies of #CC8375
Complementary color
Monochromatic Colors of #CC8375
Black with #CC8375
Text Example
Text Example
White with #CC8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8375; }
p { color: rgb(204,131,117); }
H1.HeaderClassName
{
color: #CC8375;
}
.AnyTagClassName
{
color: #CC8375;
}
</style>
background-color css
<style>
a { background-color: #CC8375; }
a { background-color: rgb(204,131,117); }
div.DivClassName
{
background-color: #CC8375;
}
.BgClassName
{
background-color: #CC8375;
}
</style>
border-color css
<style>
span { border-color: #CC8375; }
span { border-color: rgb(204,131,117); }
td.TdClassName
{
border-color: #CC8375;
}
.TagClassName
{
border-color: #CC8375;
}
</style>