Html Css Color HEX #82505E Cannon Pink

📋 copy color: '#82505E'

red 130 ◦ green 80 ◦ blue 94

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

Shades of Cannon Pink #82505E

Tints of Cannon Pink #82505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.92%

R = 42.76%
G = 26.32%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82505E (or 0x82505E) is known color: Cannon Pink. HEX triplet: 82, 50 and 5E. RGB value is (130,80,94). Sum of RGB (Red+Green+Blue) = 130+80+94=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #82505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82505E is #7DAFA1. Grayscale: #606060. Windows color (decimal): -8236962 or 6180994. OLE color: 6180994.

HSL color Cylindrical-coordinate representation of color #82505E: hue angle of 343.2º 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 #82505E is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 80 94 -
CMYK 0 0.38 0.28 0.49
HSL 343.2º 0.24% 0.41% -
HSV(B) 343.2º 0.38% 0.51% -
XYZ 14.09 11.29 12.03 -
YUV 96.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 130 80 94 0 0.38 0.28 0.49 343.2 0.24 0.41
Hex 82 50 5E 0 26 1C 31 157 18 29
Octal 202 120 136 0 46 34 61 527 30 51
Binary 10000010 1010000 1011110 0 100110 11100 110001 101010111 11000 101001

Color Harmonies of #82505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82505E

Black with #82505E

Text Example


Text Example

White with #82505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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