Html Css Color HEX #82565F Cannon Pink

📋 copy color: '#82565F'

red 130 ◦ green 86 ◦ blue 95

#82565F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #82565F

Tints of Cannon Pink #82565F

RGB

 RED value IS 130 (51.17% from 255) = 41.8%

 GREEN value IS 86 (33.98% from 255) = 27.65%

 BLUE value IS 95 (37.5% from 255) = 30.55%

R = 41.8%
G = 27.65%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82565F (or 0x82565F) is known color: Cannon Pink. HEX triplet: 82, 56 and 5F. RGB value is (130,86,95). Sum of RGB (Red+Green+Blue) = 130+86+95=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #82565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82565F is #7DA9A0. Grayscale: #646464. Windows color (decimal): -8235425 or 6248066. OLE color: 6248066.

HSL color Cylindrical-coordinate representation of color #82565F: hue angle of 347.73º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82565F is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 86 95 -
CMYK 0 0.34 0.27 0.49
HSL 347.73º 0.2% 0.42% -
HSV(B) 347.73º 0.34% 0.51% -
XYZ 14.6 12.23 12.42 -
YUV 100.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 130 86 95 0 0.34 0.27 0.49 347.73 0.2 0.42
Hex 82 56 5F 0 22 1B 31 15C 14 2A
Octal 202 126 137 0 42 33 61 534 24 52
Binary 10000010 1010110 1011111 0 100010 11011 110001 101011100 10100 101010

Color Harmonies of #82565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82565F

Black with #82565F

Text Example


Text Example

White with #82565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82565F; }

 p { color: rgb(130,86,95); }

 H1.HeaderClassName
 {
   color: #82565F;
 }
 .AnyTagClassName
 {
   color: #82565F;
 }
</style>

background-color css

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

 a { background-color: rgb(130,86,95); }

 div.DivClassName
 {
   background-color: #82565F;
 }
 .BgClassName
 {
   background-color: #82565F;
 }
</style>

border-color css

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

 span { border-color: rgb(130,86,95); }

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