Html Css Color HEX #835466 Cannon Pink

📋 copy color: '#835466'

red 131 ◦ green 84 ◦ blue 102

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

Shades of Cannon Pink #835466

Tints of Cannon Pink #835466

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.5%

 BLUE value IS 102 (40.23% from 255) = 32.18%

R = 41.32%
G = 26.5%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#835466 (or 0x835466) is known color: Cannon Pink. HEX triplet: 83, 54 and 66. RGB value is (131,84,102). Sum of RGB (Red+Green+Blue) = 131+84+102=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #835466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835466 is #7CAB99. Grayscale: #646464. Windows color (decimal): -8170394 or 6706307. OLE color: 6706307.

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

Color convert

RGB 131 84 102 -
CMYK 0 0.36 0.22 0.49
HSL 337.02º 0.22% 0.42% -
HSV(B) 337.02º 0.36% 0.51% -
XYZ 14.93 12.13 14.12 -
YUV 100.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 131 84 102 0 0.36 0.22 0.49 337.02 0.22 0.42
Hex 83 54 66 0 24 16 31 151 16 2A
Octal 203 124 146 0 44 26 61 521 26 52
Binary 10000011 1010100 1100110 0 100100 10110 110001 101010001 10110 101010

Color Harmonies of #835466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835466

Black with #835466

Text Example


Text Example

White with #835466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835466; }

 p { color: rgb(131,84,102); }

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

background-color css

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

 a { background-color: rgb(131,84,102); }

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

border-color css

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

 span { border-color: rgb(131,84,102); }

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