#CB8175

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

Shades of New York Pink #CB8175

Tints of New York Pink #CB8175

Color information

#CB8175 (or 0xCB8175) is unknown color: approx New York Pink. HEX triplet: CB, 81 and 75. RGB value is (203,129,117). Sum of RGB (Red+Green+Blue) = 203+129+117=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8175 is #347E8A. Grayscale: #959595. Windows color (decimal): -3440267 or 7700939. OLE color: 7700939.

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

Color convert

RGB203129117-
CMYK00.360.420.20
HSL8.37º45.26%62.75%-
HSV(B)8.37º42.36%79.61%-
XYZ35.6929.6820.68-
YUV149.76109.52165.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 129 (50.78% from 255) = 28.73%
BLUE value IS 117 (46.09% from 255) = 26.06%
R=45.21%
G=28.73%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312911700.360.420.208.3745.2662.75
HexCB81750242A1482d3f
Octal3132011650445224105577
Binary110010111000000111101010100100101010101001000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8175; }

 p { color: rgb(203,129,117); }

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

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

 a { background-color: rgb(203,129,117); }

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

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

 span { border-color: rgb(203,129,117); }

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