#CC8375

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

Shades of New York Pink #CC8375

Tints of New York Pink #CC8375

Color information

#CC8375 (or 0xCC8375) is unknown color: approx New York Pink. HEX triplet: CC, 83 and 75. RGB value is (204,131,117). Sum of RGB (Red+Green+Blue) = 204+131+117=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8375 is #337C8A. Grayscale: #979797. Windows color (decimal): -3374219 or 7701452. OLE color: 7701452.

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

Color convert

RGB204131117-
CMYK00.360.430.2
HSL9.66º46.03%62.94%-
HSV(B)9.66º42.65%80%-
XYZ36.2330.3520.78-
YUV151.23108.68165.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 131 (51.56% from 255) = 28.98%
BLUE value IS 117 (46.09% from 255) = 25.88%
R=45.13%
G=28.98%
B=25.88%

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
Decimal20413111700.360.430.29.6646.0362.94
HexCC83750242B14a2e3f
Octal3142031650445324125677
Binary110011001000001111101010100100101011101001010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8375; }

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

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

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

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

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

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

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

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