#874F5C

Color #874F5C Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #874F5C

Tints of Cannon Pink #874F5C

Color information

#874F5C (or 0x874F5C) is unknown color: approx Cannon Pink. HEX triplet: 87, 4F and 5C. RGB value is (135,79,92). Sum of RGB (Red+Green+Blue) = 135+79+92=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #874F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F5C is #78B0A3. Grayscale: #616161. Windows color (decimal): -7909540 or 6049671. OLE color: 6049671.

HSL color Cylindrical-coordinate representation of color #874F5C: hue angle of 346.07º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #874F5C is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1357992-
CMYK00.410.320.47
HSL346.07º26.17%41.96%-
HSV(B)346.07º41.48%52.94%-
XYZ14.7211.5211.57-
YUV97.23125.05154.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 79 (31.25% from 255) = 25.82%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=44.12%
G=25.82%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135799200.410.320.47346.0726.1741.96
Hex874F5C029202F15a1a2a
Octal20711713405140575323252
Binary1000011110011111011100010100110000010111110101101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874F5C; }

 p { color: rgb(135,79,92); }

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

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

 a { background-color: rgb(135,79,92); }

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

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

 span { border-color: rgb(135,79,92); }

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