#cb8373

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

Shades of New York Pink #CB8373

Tints of New York Pink #CB8373

Color information

#CB8373 (or 0xCB8373) is unknown color: approx New York Pink. HEX triplet: CB, 83 and 73. RGB value is (203,131,115). Sum of RGB (Red+Green+Blue) = 203+131+115=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8373 is #347C8C. Grayscale: #969696. Windows color (decimal): -3439757 or 7570379. OLE color: 7570379.

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

Color convert

RGB203131115-
CMYK00.350.430.20
HSL10.91º45.83%62.35%-
HSV(B)10.91º43.35%79.61%-
XYZ35.8430.1720.15-
YUV150.7107.85165.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 131 (51.56% from 255) = 29.18%
BLUE value IS 115 (45.31% from 255) = 25.61%
R=45.21%
G=29.18%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313111500.350.430.2010.9145.8362.35
HexCB83730232B14b2e3e
Octal3132031630435324135676
Binary110010111000001111100110100011101011101001011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb8373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb8373; }

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

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

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

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

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

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

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

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