#CF8474

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

Shades of New York Pink #CF8474

Tints of New York Pink #CF8474

Color information

#CF8474 (or 0xCF8474) is unknown color: approx New York Pink. HEX triplet: CF, 84 and 74. RGB value is (207,132,116). Sum of RGB (Red+Green+Blue) = 207+132+116=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8474 is #307B8B. Grayscale: #989898. Windows color (decimal): -3177356 or 7636175. OLE color: 7636175.

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

Color convert

RGB207132116-
CMYK00.360.440.19
HSL10.55º48.66%63.33%-
HSV(B)10.55º43.96%81.18%-
XYZ37.1431.0320.55-
YUV152.6107.35166.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=45.49%
G=29.01%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713211600.360.440.1910.5548.6663.33
HexCF84740242C13b313f
Octal3172041640445423136177
Binary110011111000010011101000100100101100100111011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8474; }

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

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

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

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

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

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

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

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