Shades of New York Pink #CE7D6F
Tints of New York Pink #CE7D6F
RGB
CMYK
RGB Variations
Color information
#CE7D6F (or 0xCE7D6F) is known color: New York Pink. HEX triplet: CE, 7D and 6F. RGB value is (206,125,111). Sum of RGB (Red+Green+Blue) = 206+125+111=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D6F is #318290. Grayscale: #939393. Windows color (decimal): -3244689 or 7306702. OLE color: 7306702.
HSL color Cylindrical-coordinate representation of color #CE7D6F: hue angle of 8.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE7D6F is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 111 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.19 |
| HSL | 8.84º | 0.49% | 0.62% | - |
| HSV(B) | 8.84º | 0.46% | 0.81% | - |
| XYZ | 35.66 | 28.94 | 18.74 | - |
| YUV | 147.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 111 | 0 | 0.39 | 0.46 | 0.19 | 8.84 | 0.49 | 0.62 |
| Hex | CE | 7D | 6F | 0 | 27 | 2E | 13 | 9 | 31 | 3E |
| Octal | 316 | 175 | 157 | 0 | 47 | 56 | 23 | 11 | 61 | 76 |
| Binary | 11001110 | 1111101 | 1101111 | 0 | 100111 | 101110 | 10011 | 1001 | 110001 | 111110 |
Color Harmonies of #CE7D6F
Complementary color
Monochromatic Colors of #CE7D6F
Black with #CE7D6F
Text Example
Text Example
White with #CE7D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D6F; }
p { color: rgb(206,125,111); }
H1.HeaderClassName
{
color: #CE7D6F;
}
.AnyTagClassName
{
color: #CE7D6F;
}
</style>
background-color css
<style>
a { background-color: #CE7D6F; }
a { background-color: rgb(206,125,111); }
div.DivClassName
{
background-color: #CE7D6F;
}
.BgClassName
{
background-color: #CE7D6F;
}
</style>
border-color css
<style>
span { border-color: #CE7D6F; }
span { border-color: rgb(206,125,111); }
td.TdClassName
{
border-color: #CE7D6F;
}
.TagClassName
{
border-color: #CE7D6F;
}
</style>