#CB8275

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

Shades of New York Pink #CB8275

Tints of New York Pink #CB8275

Color information

#CB8275 (or 0xCB8275) is unknown color: approx New York Pink. HEX triplet: CB, 82 and 75. RGB value is (203,130,117). Sum of RGB (Red+Green+Blue) = 203+130+117=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8275 is #347D8A. Grayscale: #969696. Windows color (decimal): -3440011 or 7701195. OLE color: 7701195.

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

Color convert

RGB203130117-
CMYK00.360.420.20
HSL9.07º45.26%62.75%-
HSV(B)9.07º42.36%79.61%-
XYZ35.8229.9520.72-
YUV150.34109.18165.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.11%
GREEN value IS 130 (51.17% from 255) = 28.89%
BLUE value IS 117 (46.09% from 255) = 26%
R=45.11%
G=28.89%
B=26%

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
Decimal20313011700.360.420.209.0745.2662.75
HexCB82750242A1492d3f
Octal3132021650445224115577
Binary110010111000001011101010100100101010101001001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8275; }

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

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

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

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

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

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

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

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