#CD8175

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

Shades of New York Pink #CD8175

Tints of New York Pink #CD8175

Color information

#CD8175 (or 0xCD8175) is unknown color: approx New York Pink. HEX triplet: CD, 81 and 75. RGB value is (205,129,117). Sum of RGB (Red+Green+Blue) = 205+129+117=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8175 is #327E8A. Grayscale: #969696. Windows color (decimal): -3309195 or 7700941. OLE color: 7700941.

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

Color convert

RGB205129117-
CMYK00.370.430.20
HSL8.18º46.81%63.14%-
HSV(B)8.18º42.93%80.39%-
XYZ36.2429.9620.7-
YUV150.36109.18166.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.45%
GREEN value IS 129 (50.78% from 255) = 28.60%
BLUE value IS 117 (46.09% from 255) = 25.94%
R=45.45%
G=28.60%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512911700.370.430.208.1846.8163.14
HexCD81750252B1482f3f
Octal3152011650455324105777
Binary110011011000000111101010100101101011101001000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8175; }

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

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

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

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

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

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

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

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