#CF8571

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

Shades of New York Pink #CF8571

Tints of New York Pink #CF8571

Color information

#CF8571 (or 0xCF8571) is unknown color: approx New York Pink. HEX triplet: CF, 85 and 71. RGB value is (207,133,113). Sum of RGB (Red+Green+Blue) = 207+133+113=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8571 is #307A8E. Grayscale: #999999. Windows color (decimal): -3177103 or 7439823. OLE color: 7439823.

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

Color convert

RGB207133113-
CMYK00.360.450.19
HSL12.77º49.47%62.75%-
HSV(B)12.77º45.41%81.18%-
XYZ37.131.2319.7-
YUV152.85105.52166.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.70%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=45.70%
G=29.36%
B=24.94%

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
Decimal20713311300.360.450.1912.7749.4762.75
HexCF85710242D13d313f
Octal3172051610445523156177
Binary110011111000010111100010100100101101100111101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8571; }

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

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

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

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

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

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

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

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