#CB7F73

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

Shades of New York Pink #CB7F73

Tints of New York Pink #CB7F73

Color information

#CB7F73 (or 0xCB7F73) is unknown color: approx New York Pink. HEX triplet: CB, 7F and 73. RGB value is (203,127,115). Sum of RGB (Red+Green+Blue) = 203+127+115=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7F73 is #34808C. Grayscale: #949494. Windows color (decimal): -3440781 or 7569355. OLE color: 7569355.

HSL color Cylindrical-coordinate representation of color #CB7F73: hue angle of 8.18º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7F73 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB203127115-
CMYK00.370.430.20
HSL8.18º45.83%62.35%-
HSV(B)8.18º43.35%79.61%-
XYZ35.3129.1119.98-
YUV148.36109.18166.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 127 (50% from 255) = 28.54%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=45.62%
G=28.54%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312711500.370.430.208.1845.8362.35
HexCB7F730252B1482e3e
Octal3131771630455324105676
Binary11001011111111111100110100101101011101001000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7F73; }

 p { color: rgb(203,127,115); }

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

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

 a { background-color: rgb(203,127,115); }

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

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

 span { border-color: rgb(203,127,115); }

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