#CC8374

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

Shades of New York Pink #CC8374

Tints of New York Pink #CC8374

Color information

#CC8374 (or 0xCC8374) is unknown color: approx New York Pink. HEX triplet: CC, 83 and 74. RGB value is (204,131,116). Sum of RGB (Red+Green+Blue) = 204+131+116=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8374 is #337C8B. Grayscale: #979797. Windows color (decimal): -3374220 or 7635916. OLE color: 7635916.

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

Color convert

RGB204131116-
CMYK00.360.430.2
HSL10.23º46.32%62.75%-
HSV(B)10.23º43.14%80%-
XYZ36.1730.3320.47-
YUV151.12108.18165.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 131 (51.56% from 255) = 29.05%
BLUE value IS 116 (45.70% from 255) = 25.72%
R=45.23%
G=29.05%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413111600.360.430.210.2346.3262.75
HexCC83740242B14a2e3f
Octal3142031640445324125677
Binary110011001000001111101000100100101011101001010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8374; }

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

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

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

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

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

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

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

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