Html Css Color HEX #82505B Cannon Pink

📋 copy color: '#82505B'

red 130 ◦ green 80 ◦ blue 91

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

Shades of Cannon Pink #82505B

Tints of Cannon Pink #82505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 43.19%
G = 26.58%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82505B (or 0x82505B) is known color: Cannon Pink. HEX triplet: 82, 50 and 5B. RGB value is (130,80,91). Sum of RGB (Red+Green+Blue) = 130+80+91=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #82505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82505B is #7DAFA4. Grayscale: #606060. Windows color (decimal): -8236965 or 5984386. OLE color: 5984386.

HSL color Cylindrical-coordinate representation of color #82505B: hue angle of 346.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82505B is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 80 91 -
CMYK 0 0.38 0.30 0.49
HSL 346.8º 0.24% 0.41% -
HSV(B) 346.8º 0.38% 0.51% -
XYZ 13.96 11.24 11.33 -
YUV 96.2 125.07 152.11 -
System Red Green Blue C M Y K H S L
Decimal 130 80 91 0 0.38 0.30 0.49 346.8 0.24 0.41
Hex 82 50 5B 0 26 1E 31 15B 18 29
Octal 202 120 133 0 46 36 61 533 30 51
Binary 10000010 1010000 1011011 0 100110 11110 110001 101011011 11000 101001

Color Harmonies of #82505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82505B

Black with #82505B

Text Example


Text Example

White with #82505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,80,91); }

 H1.HeaderClassName
 {
   color: #82505B;
 }
 .AnyTagClassName
 {
   color: #82505B;
 }
</style>

background-color css

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

 a { background-color: rgb(130,80,91); }

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

border-color css

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

 span { border-color: rgb(130,80,91); }

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