#CB7D70

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

Shades of New York Pink #CB7D70

Tints of New York Pink #CB7D70

Color information

#CB7D70 (or 0xCB7D70) is unknown color: approx New York Pink. HEX triplet: CB, 7D and 70. RGB value is (203,125,112). Sum of RGB (Red+Green+Blue) = 203+125+112=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7D70 is #34828F. Grayscale: #929292. Windows color (decimal): -3441296 or 7372235. OLE color: 7372235.

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

Color convert

RGB203125112-
CMYK00.380.450.20
HSL8.57º46.67%61.76%-
HSV(B)8.57º44.83%79.61%-
XYZ34.8928.5319-
YUV146.84108.34168.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.14%
GREEN value IS 125 (49.22% from 255) = 28.41%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=46.14%
G=28.41%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312511200.380.450.208.5746.6761.76
HexCB7D700262D1492f3e
Octal3131751600465524115776
Binary11001011111110111100000100110101101101001001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7D70; }

 p { color: rgb(203,125,112); }

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

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

 a { background-color: rgb(203,125,112); }

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

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

 span { border-color: rgb(203,125,112); }

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