#875068

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

Shades of Cannon Pink #875068

Tints of Cannon Pink #875068

Color information

#875068 (or 0x875068) is unknown color: approx Cannon Pink. HEX triplet: 87, 50 and 68. RGB value is (135,80,104). Sum of RGB (Red+Green+Blue) = 135+80+104=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #875068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875068 is #78AF97. Grayscale: #636363. Windows color (decimal): -7909272 or 6836359. OLE color: 6836359.

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

Color convert

RGB13580104-
CMYK00.410.230.47
HSL333.82º25.58%42.16%-
HSV(B)333.82º40.74%52.94%-
XYZ15.3611.8914.58-
YUV99.18130.72153.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.32%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=42.32%
G=25.08%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358010400.410.230.47333.8225.5842.16
Hex875068029172F14e1a2a
Octal20712015005127575163252
Binary100001111010000110100001010011011110111110100111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875068; }

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

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

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

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

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

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

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

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