Html Css Color HEX #835261 Cannon Pink

📋 copy color: '#835261'

red 131 ◦ green 82 ◦ blue 97

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

Shades of Cannon Pink #835261

Tints of Cannon Pink #835261

RGB

 RED value IS 131 (51.56% from 255) = 42.26%

 GREEN value IS 82 (32.42% from 255) = 26.45%

 BLUE value IS 97 (38.28% from 255) = 31.29%

R = 42.26%
G = 26.45%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#835261 (or 0x835261) is known color: Cannon Pink. HEX triplet: 83, 52 and 61. RGB value is (131,82,97). Sum of RGB (Red+Green+Blue) = 131+82+97=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #835261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835261 is #7CAD9E. Grayscale: #626262. Windows color (decimal): -8170911 or 6378115. OLE color: 6378115.

HSL color Cylindrical-coordinate representation of color #835261: hue angle of 341.63º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835261 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 82 97 -
CMYK 0 0.37 0.26 0.49
HSL 341.63º 0.23% 0.42% -
HSV(B) 341.63º 0.37% 0.51% -
XYZ 14.54 11.72 12.81 -
YUV 98.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 131 82 97 0 0.37 0.26 0.49 341.63 0.23 0.42
Hex 83 52 61 0 25 1A 31 156 17 2A
Octal 203 122 141 0 45 32 61 526 27 52
Binary 10000011 1010010 1100001 0 100101 11010 110001 101010110 10111 101010

Color Harmonies of #835261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835261

Black with #835261

Text Example


Text Example

White with #835261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835261; }

 p { color: rgb(131,82,97); }

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

background-color css

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

 a { background-color: rgb(131,82,97); }

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

border-color css

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

 span { border-color: rgb(131,82,97); }

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