#CC8174

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

Shades of New York Pink #CC8174

Tints of New York Pink #CC8174

Color information

#CC8174 (or 0xCC8174) is unknown color: approx New York Pink. HEX triplet: CC, 81 and 74. RGB value is (204,129,116). Sum of RGB (Red+Green+Blue) = 204+129+116=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8174 is #337E8B. Grayscale: #969696. Windows color (decimal): -3374732 or 7635404. OLE color: 7635404.

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

Color convert

RGB204129116-
CMYK00.370.430.2
HSL8.86º46.32%62.75%-
HSV(B)8.86º43.14%80%-
XYZ35.929.820.38-
YUV149.94108.85166.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 129 (50.78% from 255) = 28.73%
BLUE value IS 116 (45.70% from 255) = 25.84%
R=45.43%
G=28.73%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412911600.370.430.28.8646.3262.75
HexCC81740252B1492e3f
Octal3142011640455324115677
Binary110011001000000111101000100101101011101001001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8174; }

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

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

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

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

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

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

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

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