Html Css Color HEX #825160 Cannon Pink

📋 copy color: '#825160'

red 130 ◦ green 81 ◦ blue 96

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

Shades of Cannon Pink #825160

Tints of Cannon Pink #825160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.38%

 BLUE value IS 96 (37.89% from 255) = 31.27%

R = 42.35%
G = 26.38%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#825160 (or 0x825160) is known color: Cannon Pink. HEX triplet: 82, 51 and 60. RGB value is (130,81,96). Sum of RGB (Red+Green+Blue) = 130+81+96=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #825160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825160 is #7DAE9F. Grayscale: #616161. Windows color (decimal): -8236704 or 6312322. OLE color: 6312322.

HSL color Cylindrical-coordinate representation of color #825160: hue angle of 341.63º degrees, saturation: 0.23, 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 #825160 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 81 96 -
CMYK 0 0.38 0.26 0.49
HSL 341.63º 0.23% 0.41% -
HSV(B) 341.63º 0.38% 0.51% -
XYZ 14.26 11.48 12.53 -
YUV 97.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 130 81 96 0 0.38 0.26 0.49 341.63 0.23 0.41
Hex 82 51 60 0 26 1A 31 156 17 29
Octal 202 121 140 0 46 32 61 526 27 51
Binary 10000010 1010001 1100000 0 100110 11010 110001 101010110 10111 101001

Color Harmonies of #825160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825160

Black with #825160

Text Example


Text Example

White with #825160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825160; }

 p { color: rgb(130,81,96); }

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

background-color css

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

 a { background-color: rgb(130,81,96); }

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

border-color css

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

 span { border-color: rgb(130,81,96); }

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