#875069

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

Shades of Cannon Pink #875069

Tints of Cannon Pink #875069

Color information

#875069 (or 0x875069) is unknown color: approx Cannon Pink. HEX triplet: 87, 50 and 69. RGB value is (135,80,105). Sum of RGB (Red+Green+Blue) = 135+80+105=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #875069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875069 is #78AF96. Grayscale: #636363. Windows color (decimal): -7909271 or 6901895. OLE color: 6901895.

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

Color convert

RGB13580105-
CMYK00.410.220.47
HSL332.73º25.58%42.16%-
HSV(B)332.73º40.74%52.94%-
XYZ15.4111.9114.85-
YUV99.29131.22153.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=42.19%
G=25%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358010500.410.220.47332.7325.5842.16
Hex875069029162F14d1a2a
Octal20712015105126575153252
Binary100001111010000110100101010011011010111110100110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875069; }

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

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

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

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

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

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

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

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