#CB7F76

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

Shades of New York Pink #CB7F76

Tints of New York Pink #CB7F76

Color information

#CB7F76 (or 0xCB7F76) is unknown color: approx New York Pink. HEX triplet: CB, 7F and 76. RGB value is (203,127,118). Sum of RGB (Red+Green+Blue) = 203+127+118=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7F76 is #348089. Grayscale: #949494. Windows color (decimal): -3440778 or 7765963. OLE color: 7765963.

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

Color convert

RGB203127118-
CMYK00.370.420.20
HSL6.35º44.97%62.94%-
HSV(B)6.35º41.87%79.61%-
XYZ35.4929.1820.9-
YUV148.7110.68166.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=45.31%
G=28.35%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312711800.370.420.206.3544.9762.94
HexCB7F760252A1462d3f
Octal313177166045522465577
Binary1100101111111111110110010010110101010100110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7F76; }

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

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

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

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

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

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

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

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