#875062

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

Shades of Cannon Pink #875062

Tints of Cannon Pink #875062

Color information

#875062 (or 0x875062) is unknown color: approx Cannon Pink. HEX triplet: 87, 50 and 62. RGB value is (135,80,98). Sum of RGB (Red+Green+Blue) = 135+80+98=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #875062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875062 is #78AF9D. Grayscale: #626262. Windows color (decimal): -7909278 or 6443143. OLE color: 6443143.

HSL color Cylindrical-coordinate representation of color #875062: hue angle of 340.36º 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 #875062 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1358098-
CMYK00.410.270.47
HSL340.36º25.58%42.16%-
HSV(B)340.36º40.74%52.94%-
XYZ15.0611.7713.03-
YUV98.5127.72154.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=43.13%
G=25.56%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135809800.410.270.47340.3625.5842.16
Hex8750620291B2F1541a2a
Octal20712014205133575243252
Binary100001111010000110001001010011101110111110101010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875062; }

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

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

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

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

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

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

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

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