#CF8371

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

Shades of New York Pink #CF8371

Tints of New York Pink #CF8371

Color information

#CF8371 (or 0xCF8371) is unknown color: approx New York Pink. HEX triplet: CF, 83 and 71. RGB value is (207,131,113). Sum of RGB (Red+Green+Blue) = 207+131+113=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8371 is #307C8E. Grayscale: #979797. Windows color (decimal): -3177615 or 7439311. OLE color: 7439311.

HSL color Cylindrical-coordinate representation of color #CF8371: hue angle of 11.49º 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 #CF8371 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB207131113-
CMYK00.370.450.19
HSL11.49º49.47%62.75%-
HSV(B)11.49º45.41%81.18%-
XYZ36.8330.6919.61-
YUV151.67106.18167.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.90%
GREEN value IS 131 (51.56% from 255) = 29.05%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=45.90%
G=29.05%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713111300.370.450.1911.4949.4762.75
HexCF83710252D13b313f
Octal3172031610455523136177
Binary110011111000001111100010100101101101100111011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8371; }

 p { color: rgb(207,131,113); }

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

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

 a { background-color: rgb(207,131,113); }

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

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

 span { border-color: rgb(207,131,113); }

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