Html Css Color HEX #82555F Cannon Pink

📋 copy color: '#82555F'

red 130 ◦ green 85 ◦ blue 95

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

Shades of Cannon Pink #82555F

Tints of Cannon Pink #82555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

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

R = 41.94%
G = 27.42%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82555F (or 0x82555F) is known color: Cannon Pink. HEX triplet: 82, 55 and 5F. RGB value is (130,85,95). Sum of RGB (Red+Green+Blue) = 130+85+95=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82555F is #7DAAA0. Grayscale: #636363. Windows color (decimal): -8235681 or 6247810. OLE color: 6247810.

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

Color convert

RGB 130 85 95 -
CMYK 0 0.35 0.27 0.49
HSL 346.67º 0.21% 0.42% -
HSV(B) 346.67º 0.35% 0.51% -
XYZ 14.52 12.07 12.39 -
YUV 99.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 130 85 95 0 0.35 0.27 0.49 346.67 0.21 0.42
Hex 82 55 5F 0 23 1B 31 15B 15 2A
Octal 202 125 137 0 43 33 61 533 25 52
Binary 10000010 1010101 1011111 0 100011 11011 110001 101011011 10101 101010

Color Harmonies of #82555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82555F

Black with #82555F

Text Example


Text Example

White with #82555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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