#CF8376

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

Shades of New York Pink #CF8376

Tints of New York Pink #CF8376

Color information

#CF8376 (or 0xCF8376) is unknown color: approx New York Pink. HEX triplet: CF, 83 and 76. RGB value is (207,131,118). Sum of RGB (Red+Green+Blue) = 207+131+118=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8376 is #307C89. Grayscale: #989898. Windows color (decimal): -3177610 or 7766991. OLE color: 7766991.

HSL color Cylindrical-coordinate representation of color #CF8376: hue angle of 8.76º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF8376 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB207131118-
CMYK00.370.430.19
HSL8.76º48.11%63.73%-
HSV(B)8.76º43%81.18%-
XYZ37.1230.8121.13-
YUV152.24108.68167.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.39%
GREEN value IS 131 (51.56% from 255) = 28.73%
BLUE value IS 118 (46.48% from 255) = 25.88%
R=45.39%
G=28.73%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713111800.370.430.198.7648.1163.73
HexCF83760252B1393040
Octal31720316604553231160100
Binary1100111110000011111011001001011010111001110011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8376; }

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

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

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

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

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

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

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

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