Shades of New York Pink #CE8170
Tints of New York Pink #CE8170
RGB
CMYK
RGB Variations
Color information
#CE8170 (or 0xCE8170) is known color: New York Pink. HEX triplet: CE, 81 and 70. RGB value is (206,129,112). Sum of RGB (Red+Green+Blue) = 206+129+112=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8170 is #317E8F. Grayscale: #969696. Windows color (decimal): -3243664 or 7373262. OLE color: 7373262.
HSL color Cylindrical-coordinate representation of color #CE8170: hue angle of 10.85º 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 #CE8170 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 112 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.19 |
| HSL | 10.85º | 0.49% | 0.62% | - |
| HSV(B) | 10.85º | 0.46% | 0.81% | - |
| XYZ | 36.23 | 29.99 | 19.21 | - |
| YUV | 150.09 | 106.51 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 112 | 0 | 0.37 | 0.46 | 0.19 | 10.85 | 0.49 | 0.62 |
| Hex | CE | 81 | 70 | 0 | 25 | 2E | 13 | B | 31 | 3E |
| Octal | 316 | 201 | 160 | 0 | 45 | 56 | 23 | 13 | 61 | 76 |
| Binary | 11001110 | 10000001 | 1110000 | 0 | 100101 | 101110 | 10011 | 1011 | 110001 | 111110 |
Color Harmonies of #CE8170
Complementary color
Monochromatic Colors of #CE8170
Black with #CE8170
Text Example
Text Example
White with #CE8170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8170; }
p { color: rgb(206,129,112); }
H1.HeaderClassName
{
color: #CE8170;
}
.AnyTagClassName
{
color: #CE8170;
}
</style>
background-color css
<style>
a { background-color: #CE8170; }
a { background-color: rgb(206,129,112); }
div.DivClassName
{
background-color: #CE8170;
}
.BgClassName
{
background-color: #CE8170;
}
</style>
border-color css
<style>
span { border-color: #CE8170; }
span { border-color: rgb(206,129,112); }
td.TdClassName
{
border-color: #CE8170;
}
.TagClassName
{
border-color: #CE8170;
}
</style>