Shades of New York Pink #CE8376
Tints of New York Pink #CE8376
RGB
CMYK
RGB Variations
Color information
#CE8376 (or 0xCE8376) is known color: New York Pink. HEX triplet: CE, 83 and 76. RGB value is (206,131,118). Sum of RGB (Red+Green+Blue) = 206+131+118=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8376 is #317C89. Grayscale: #989898. Windows color (decimal): -3243146 or 7766990. OLE color: 7766990.
HSL color Cylindrical-coordinate representation of color #CE8376: hue angle of 8.86º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE8376 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 118 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.19 |
| HSL | 8.86º | 0.47% | 0.64% | - |
| HSV(B) | 8.86º | 0.43% | 0.81% | - |
| XYZ | 36.84 | 30.66 | 21.12 | - |
| YUV | 151.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 118 | 0 | 0.36 | 0.43 | 0.19 | 8.86 | 0.47 | 0.64 |
| Hex | CE | 83 | 76 | 0 | 24 | 2B | 13 | 9 | 2F | 40 |
| Octal | 316 | 203 | 166 | 0 | 44 | 53 | 23 | 11 | 57 | 100 |
| Binary | 11001110 | 10000011 | 1110110 | 0 | 100100 | 101011 | 10011 | 1001 | 101111 | 1000000 |
Color Harmonies of #CE8376
Complementary color
Monochromatic Colors of #CE8376
Black with #CE8376
Text Example
Text Example
White with #CE8376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8376; }
p { color: rgb(206,131,118); }
H1.HeaderClassName
{
color: #CE8376;
}
.AnyTagClassName
{
color: #CE8376;
}
</style>
background-color css
<style>
a { background-color: #CE8376; }
a { background-color: rgb(206,131,118); }
div.DivClassName
{
background-color: #CE8376;
}
.BgClassName
{
background-color: #CE8376;
}
</style>
border-color css
<style>
span { border-color: #CE8376; }
span { border-color: rgb(206,131,118); }
td.TdClassName
{
border-color: #CE8376;
}
.TagClassName
{
border-color: #CE8376;
}
</style>