Shades of New York Pink #CE8077
Tints of New York Pink #CE8077
RGB
CMYK
RGB Variations
Color information
#CE8077 (or 0xCE8077) is known color: New York Pink. HEX triplet: CE, 80 and 77. RGB value is (206,128,119). Sum of RGB (Red+Green+Blue) = 206+128+119=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8077 is #317F88. Grayscale: #969696. Windows color (decimal): -3243913 or 7831758. OLE color: 7831758.
HSL color Cylindrical-coordinate representation of color #CE8077: hue angle of 6.21º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE8077 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 119 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.19 |
| HSL | 6.21º | 0.47% | 0.64% | - |
| HSV(B) | 6.21º | 0.42% | 0.81% | - |
| XYZ | 36.5 | 29.89 | 21.3 | - |
| YUV | 150.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 119 | 0 | 0.38 | 0.42 | 0.19 | 6.21 | 0.47 | 0.64 |
| Hex | CE | 80 | 77 | 0 | 26 | 2A | 13 | 6 | 2F | 40 |
| Octal | 316 | 200 | 167 | 0 | 46 | 52 | 23 | 6 | 57 | 100 |
| Binary | 11001110 | 10000000 | 1110111 | 0 | 100110 | 101010 | 10011 | 110 | 101111 | 1000000 |
Color Harmonies of #CE8077
Complementary color
Monochromatic Colors of #CE8077
Black with #CE8077
Text Example
Text Example
White with #CE8077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8077; }
p { color: rgb(206,128,119); }
H1.HeaderClassName
{
color: #CE8077;
}
.AnyTagClassName
{
color: #CE8077;
}
</style>
background-color css
<style>
a { background-color: #CE8077; }
a { background-color: rgb(206,128,119); }
div.DivClassName
{
background-color: #CE8077;
}
.BgClassName
{
background-color: #CE8077;
}
</style>
border-color css
<style>
span { border-color: #CE8077; }
span { border-color: rgb(206,128,119); }
td.TdClassName
{
border-color: #CE8077;
}
.TagClassName
{
border-color: #CE8077;
}
</style>