#86525C

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

Shades of Cannon Pink #86525C

Tints of Cannon Pink #86525C

Color information

#86525C (or 0x86525C) is unknown color: approx Cannon Pink. HEX triplet: 86, 52 and 5C. RGB value is (134,82,92). Sum of RGB (Red+Green+Blue) = 134+82+92=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #86525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86525C is #79ADA3. Grayscale: #626262. Windows color (decimal): -7974308 or 6050438. OLE color: 6050438.

HSL color Cylindrical-coordinate representation of color #86525C: hue angle of 348.46º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86525C is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1348292-
CMYK00.390.310.47
HSL348.46º24.07%42.35%-
HSV(B)348.46º38.81%52.55%-
XYZ14.7811.8811.64-
YUV98.69124.23153.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=43.51%
G=26.62%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134829200.390.310.47348.4624.0742.35
Hex86525C0271F2F15c182a
Octal20612213404737575343052
Binary100001101010010101110001001111111110111110101110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86525C; }

 p { color: rgb(134,82,92); }

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

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

 a { background-color: rgb(134,82,92); }

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

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

 span { border-color: rgb(134,82,92); }

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