Html Css Color HEX #835967 Cannon Pink

📋 copy color: '#835967'

red 131 ◦ green 89 ◦ blue 103

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

Shades of Cannon Pink #835967

Tints of Cannon Pink #835967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.89%

R = 40.56%
G = 27.55%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#835967 (or 0x835967) is known color: Cannon Pink. HEX triplet: 83, 59 and 67. RGB value is (131,89,103). Sum of RGB (Red+Green+Blue) = 131+89+103=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #835967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835967 is #7CA698. Grayscale: #676767. Windows color (decimal): -8169113 or 6773123. OLE color: 6773123.

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

Color convert

RGB 131 89 103 -
CMYK 0 0.32 0.21 0.49
HSL 340º 0.19% 0.43% -
HSV(B) 340º 0.32% 0.51% -
XYZ 15.38 12.95 14.52 -
YUV 103.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 131 89 103 0 0.32 0.21 0.49 340 0.19 0.43
Hex 83 59 67 0 20 15 31 154 13 2B
Octal 203 131 147 0 40 25 61 524 23 53
Binary 10000011 1011001 1100111 0 100000 10101 110001 101010100 10011 101011

Color Harmonies of #835967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835967

Black with #835967

Text Example


Text Example

White with #835967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835967; }

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

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

background-color css

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

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

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

border-color css

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

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

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