Html Css Color HEX #835663 Cannon Pink

📋 copy color: '#835663'

red 131 ◦ green 86 ◦ blue 99

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

Shades of Cannon Pink #835663

Tints of Cannon Pink #835663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.22%

 BLUE value IS 99 (39.06% from 255) = 31.33%

R = 41.46%
G = 27.22%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#835663 (or 0x835663) is known color: Cannon Pink. HEX triplet: 83, 56 and 63. RGB value is (131,86,99). Sum of RGB (Red+Green+Blue) = 131+86+99=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 131 - color contains mainly: red. Hex color #835663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835663 is #7CA99C. Grayscale: #646464. Windows color (decimal): -8169885 or 6510211. OLE color: 6510211.

HSL color Cylindrical-coordinate representation of color #835663: hue angle of 342.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835663 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 86 99 -
CMYK 0 0.34 0.24 0.49
HSL 342.67º 0.21% 0.43% -
HSV(B) 342.67º 0.34% 0.51% -
XYZ 14.94 12.38 13.41 -
YUV 100.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 131 86 99 0 0.34 0.24 0.49 342.67 0.21 0.43
Hex 83 56 63 0 22 18 31 157 15 2B
Octal 203 126 143 0 42 30 61 527 25 53
Binary 10000011 1010110 1100011 0 100010 11000 110001 101010111 10101 101011

Color Harmonies of #835663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835663

Black with #835663

Text Example


Text Example

White with #835663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835663; }

 p { color: rgb(131,86,99); }

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

background-color css

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

 a { background-color: rgb(131,86,99); }

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

border-color css

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

 span { border-color: rgb(131,86,99); }

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