#86576B

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

Shades of Cannon Pink #86576B

Tints of Cannon Pink #86576B

Color information

#86576B (or 0x86576B) is unknown color: approx Cannon Pink. HEX triplet: 86, 57 and 6B. RGB value is (134,87,107). Sum of RGB (Red+Green+Blue) = 134+87+107=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #86576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86576B is #79A894. Grayscale: #676767. Windows color (decimal): -7973013 or 7034758. OLE color: 7034758.

HSL color Cylindrical-coordinate representation of color #86576B: hue angle of 334.47º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86576B is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB13487107-
CMYK00.350.200.47
HSL334.47º21.27%43.33%-
HSV(B)334.47º35.07%52.55%-
XYZ15.8912.9515.57-
YUV103.33130.07149.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 107 (42.19% from 255) = 32.62%
R=40.85%
G=26.52%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348710700.350.200.47334.4721.2743.33
Hex86576B023142F14e152b
Octal20612715304324575162553
Binary100001101010111110101101000111010010111110100111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86576B; }

 p { color: rgb(134,87,107); }

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

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

 a { background-color: rgb(134,87,107); }

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

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

 span { border-color: rgb(134,87,107); }

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