#874862

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

Shades of Cannon Pink #874862

Tints of Cannon Pink #874862

Color information

#874862 (or 0x874862) is unknown color: approx Cannon Pink. HEX triplet: 87, 48 and 62. RGB value is (135,72,98). Sum of RGB (Red+Green+Blue) = 135+72+98=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #874862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874862 is #78B79D. Grayscale: #5D5D5D. Windows color (decimal): -7911326 or 6441095. OLE color: 6441095.

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

Color convert

RGB1357298-
CMYK00.470.270.47
HSL335.24º30.43%40.59%-
HSV(B)335.24º46.67%52.94%-
XYZ14.5110.6712.85-
YUV93.8130.37157.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 72 (28.52% from 255) = 23.61%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=44.26%
G=23.61%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135729800.470.270.47335.2430.4340.59
Hex87486202F1B2F14f1e29
Octal20711014205733575173651
Binary100001111001000110001001011111101110111110100111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874862; }

 p { color: rgb(135,72,98); }

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

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

 a { background-color: rgb(135,72,98); }

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

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

 span { border-color: rgb(135,72,98); }

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