#CD8475

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

Shades of New York Pink #CD8475

Tints of New York Pink #CD8475

Color information

#CD8475 (or 0xCD8475) is unknown color: approx New York Pink. HEX triplet: CD, 84 and 75. RGB value is (205,132,117). Sum of RGB (Red+Green+Blue) = 205+132+117=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8475 is #327B8A. Grayscale: #989898. Windows color (decimal): -3308427 or 7701709. OLE color: 7701709.

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

Color convert

RGB205132117-
CMYK00.360.430.20
HSL10.23º46.81%63.14%-
HSV(B)10.23º42.93%80.39%-
XYZ36.6430.7720.84-
YUV152.12108.18165.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.15%
GREEN value IS 132 (51.95% from 255) = 29.07%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=45.15%
G=29.07%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513211700.360.430.2010.2346.8163.14
HexCD84750242B14a2f3f
Octal3152041650445324125777
Binary110011011000010011101010100100101011101001010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8475; }

 p { color: rgb(205,132,117); }

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

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

 a { background-color: rgb(205,132,117); }

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

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

 span { border-color: rgb(205,132,117); }

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