#CF8472

Color #CF8472 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #CF8472

Tints of New York Pink #CF8472

Color information

#CF8472 (or 0xCF8472) is unknown color: approx New York Pink. HEX triplet: CF, 84 and 72. RGB value is (207,132,114). Sum of RGB (Red+Green+Blue) = 207+132+114=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8472 is #307B8D. Grayscale: #989898. Windows color (decimal): -3177358 or 7505103. OLE color: 7505103.

HSL color Cylindrical-coordinate representation of color #CF8472: hue angle of 11.61º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF8472 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB207132114-
CMYK00.360.450.19
HSL11.61º49.21%62.94%-
HSV(B)11.61º44.93%81.18%-
XYZ37.0230.9819.95-
YUV152.37106.35166.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 45.70%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 114 (44.92% from 255) = 25.17%
R=45.70%
G=29.14%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713211400.360.450.1911.6149.2162.94
HexCF84720242D13c313f
Octal3172041620445523146177
Binary110011111000010011100100100100101101100111100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8472; }

 p { color: rgb(207,132,114); }

 H1.HeaderClassName
 {
   color: #CF8472;
 }
 .AnyTagClassName
 {
   color: #CF8472;
 }
</style>
background-color css

<style>
 a { background-color: #CF8472; }

 a { background-color: rgb(207,132,114); }

 div.DivClassName
 {
   background-color: #CF8472;
 }
 .BgClassName
 {
   background-color: #CF8472;
 }
</style>
border-color css

<style>
 span { border-color: #CF8472; }

 span { border-color: rgb(207,132,114); }

 td.TdClassName
 {
   border-color: #CF8472;
 }
 .TagClassName
 {
   border-color: #CF8472;
 }
</style>