Html Css Color HEX #82595F Cannon Pink

📋 copy color: '#82595F'

red 130 ◦ green 89 ◦ blue 95

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

Shades of Cannon Pink #82595F

Tints of Cannon Pink #82595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.34%

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

R = 41.4%
G = 28.34%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82595F (or 0x82595F) is known color: Cannon Pink. HEX triplet: 82, 59 and 5F. RGB value is (130,89,95). Sum of RGB (Red+Green+Blue) = 130+89+95=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #82595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82595F is #7DA6A0. Grayscale: #656565. Windows color (decimal): -8234657 or 6248834. OLE color: 6248834.

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

Color convert

RGB 130 89 95 -
CMYK 0 0.32 0.27 0.49
HSL 351.22º 0.19% 0.43% -
HSV(B) 351.22º 0.32% 0.51% -
XYZ 14.84 12.72 12.5 -
YUV 101.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 130 89 95 0 0.32 0.27 0.49 351.22 0.19 0.43
Hex 82 59 5F 0 20 1B 31 15F 13 2B
Octal 202 131 137 0 40 33 61 537 23 53
Binary 10000010 1011001 1011111 0 100000 11011 110001 101011111 10011 101011

Color Harmonies of #82595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82595F

Black with #82595F

Text Example


Text Example

White with #82595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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