#CD8174

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

Shades of New York Pink #CD8174

Tints of New York Pink #CD8174

Color information

#CD8174 (or 0xCD8174) is unknown color: approx New York Pink. HEX triplet: CD, 81 and 74. RGB value is (205,129,116). Sum of RGB (Red+Green+Blue) = 205+129+116=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8174 is #327E8B. Grayscale: #969696. Windows color (decimal): -3309196 or 7635405. OLE color: 7635405.

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

Color convert

RGB205129116-
CMYK00.370.430.20
HSL8.76º47.09%62.94%-
HSV(B)8.76º43.41%80.39%-
XYZ36.1829.9420.4-
YUV150.24108.68167.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 116 (45.70% from 255) = 25.78%
R=45.56%
G=28.67%
B=25.78%

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
Decimal20512911600.370.430.208.7647.0962.94
HexCD81740252B1492f3f
Octal3152011640455324115777
Binary110011011000000111101000100101101011101001001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8174; }

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

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

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

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

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

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

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

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