#cf806f

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

Shades of New York Pink #CF806F

Tints of New York Pink #CF806F

Color information

#CF806F (or 0xCF806F) is unknown color: approx New York Pink. HEX triplet: CF, 80 and 6F. RGB value is (207,128,111). Sum of RGB (Red+Green+Blue) = 207+128+111=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF806F is #307F90. Grayscale: #959595. Windows color (decimal): -3178385 or 7307471. OLE color: 7307471.

HSL color Cylindrical-coordinate representation of color #CF806F: hue angle of 10.63º degrees, saturation: 0.5, 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 #CF806F is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB207128111-
CMYK00.380.460.19
HSL10.63º50%62.35%-
HSV(B)10.63º46.38%81.18%-
XYZ36.3229.8518.89-
YUV149.68106.17168.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.41%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 111 (43.75% from 255) = 24.89%
R=46.41%
G=28.70%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712811100.380.460.1910.635062.35
HexCF806F0262E13b323e
Octal3172001570465623136276
Binary110011111000000011011110100110101110100111011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf806f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf806f; }

 p { color: rgb(207,128,111); }

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

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

 a { background-color: rgb(207,128,111); }

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

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

 span { border-color: rgb(207,128,111); }

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