Shades of New York Pink #CE8177
Tints of New York Pink #CE8177
RGB
CMYK
RGB Variations
Color information
#CE8177 (or 0xCE8177) is known color: New York Pink. HEX triplet: CE, 81 and 77. RGB value is (206,129,119). Sum of RGB (Red+Green+Blue) = 206+129+119=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8177 is #317E88. Grayscale: #979797. Windows color (decimal): -3243657 or 7832014. OLE color: 7832014.
HSL color Cylindrical-coordinate representation of color #CE8177: hue angle of 6.9º 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 #CE8177 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 119 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.19 |
| HSL | 6.9º | 0.47% | 0.64% | - |
| HSV(B) | 6.9º | 0.42% | 0.81% | - |
| XYZ | 36.63 | 30.15 | 21.34 | - |
| YUV | 150.88 | 110.01 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 119 | 0 | 0.37 | 0.42 | 0.19 | 6.9 | 0.47 | 0.64 |
| Hex | CE | 81 | 77 | 0 | 25 | 2A | 13 | 7 | 2F | 40 |
| Octal | 316 | 201 | 167 | 0 | 45 | 52 | 23 | 7 | 57 | 100 |
| Binary | 11001110 | 10000001 | 1110111 | 0 | 100101 | 101010 | 10011 | 111 | 101111 | 1000000 |
Color Harmonies of #CE8177
Complementary color
Monochromatic Colors of #CE8177
Black with #CE8177
Text Example
Text Example
White with #CE8177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8177; }
p { color: rgb(206,129,119); }
H1.HeaderClassName
{
color: #CE8177;
}
.AnyTagClassName
{
color: #CE8177;
}
</style>
background-color css
<style>
a { background-color: #CE8177; }
a { background-color: rgb(206,129,119); }
div.DivClassName
{
background-color: #CE8177;
}
.BgClassName
{
background-color: #CE8177;
}
</style>
border-color css
<style>
span { border-color: #CE8177; }
span { border-color: rgb(206,129,119); }
td.TdClassName
{
border-color: #CE8177;
}
.TagClassName
{
border-color: #CE8177;
}
</style>