#CF8075

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

Shades of New York Pink #CF8075

Tints of New York Pink #CF8075

Color information

#CF8075 (or 0xCF8075) is unknown color: approx New York Pink. HEX triplet: CF, 80 and 75. RGB value is (207,128,117). Sum of RGB (Red+Green+Blue) = 207+128+117=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8075 is #307F8A. Grayscale: #969696. Windows color (decimal): -3178379 or 7700687. OLE color: 7700687.

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

Color convert

RGB207128117-
CMYK00.380.430.19
HSL7.33º48.39%63.53%-
HSV(B)7.33º43.48%81.18%-
XYZ36.6629.9920.69-
YUV150.37109.17168.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.80%
GREEN value IS 128 (50.39% from 255) = 28.32%
BLUE value IS 117 (46.09% from 255) = 25.88%
R=45.80%
G=28.32%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712811700.380.430.197.3348.3963.53
HexCF80750262B1373040
Octal3172001650465323760100
Binary110011111000000011101010100110101011100111111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8075; }

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

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

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

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

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

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

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

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