Html Css Color HEX #835963 Cannon Pink

📋 copy color: '#835963'

red 131 ◦ green 89 ◦ blue 99

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

Shades of Cannon Pink #835963

Tints of Cannon Pink #835963

RGB

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

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

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

R = 41.07%
G = 27.9%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#835963 (or 0x835963) is known color: Cannon Pink. HEX triplet: 83, 59 and 63. RGB value is (131,89,99). Sum of RGB (Red+Green+Blue) = 131+89+99=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 131 - color contains mainly: red. Hex color #835963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835963 is #7CA69C. Grayscale: #666666. Windows color (decimal): -8169117 or 6510979. OLE color: 6510979.

HSL color Cylindrical-coordinate representation of color #835963: hue angle of 345.71º 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 #835963 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 89 99 -
CMYK 0 0.32 0.24 0.49
HSL 345.71º 0.19% 0.43% -
HSV(B) 345.71º 0.32% 0.51% -
XYZ 15.18 12.87 13.49 -
YUV 102.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 131 89 99 0 0.32 0.24 0.49 345.71 0.19 0.43
Hex 83 59 63 0 20 18 31 15A 13 2B
Octal 203 131 143 0 40 30 61 532 23 53
Binary 10000011 1011001 1100011 0 100000 11000 110001 101011010 10011 101011

Color Harmonies of #835963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835963

Black with #835963

Text Example


Text Example

White with #835963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835963; }

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

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

background-color css

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

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

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

border-color css

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

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

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