#CF8575

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

Shades of New York Pink #CF8575

Tints of New York Pink #CF8575

Color information

#CF8575 (or 0xCF8575) is unknown color: approx New York Pink. HEX triplet: CF, 85 and 75. RGB value is (207,133,117). Sum of RGB (Red+Green+Blue) = 207+133+117=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8575 is #307A8A. Grayscale: #999999. Windows color (decimal): -3177099 or 7701967. OLE color: 7701967.

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

Color convert

RGB207133117-
CMYK00.360.430.19
HSL10.67º48.39%63.53%-
HSV(B)10.67º43.48%81.18%-
XYZ37.3331.3220.91-
YUV153.3107.52166.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.30%
GREEN value IS 133 (52.34% from 255) = 29.10%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=45.30%
G=29.10%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713311700.360.430.1910.6748.3963.53
HexCF85750242B13b3040
Octal31720516504453231360100
Binary1100111110000101111010101001001010111001110111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8575; }

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

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

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

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

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

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

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

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