Html Css Color HEX #835964 Cannon Pink

📋 copy color: '#835964'

red 131 ◦ green 89 ◦ blue 100

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

Shades of Cannon Pink #835964

Tints of Cannon Pink #835964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.25%

R = 40.94%
G = 27.81%
B = 31.25%

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

#835964 (or 0x835964) is known color: Cannon Pink. HEX triplet: 83, 59 and 64. RGB value is (131,89,100). Sum of RGB (Red+Green+Blue) = 131+89+100=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #835964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835964 is #7CA69B. Grayscale: #666666. Windows color (decimal): -8169116 or 6576515. OLE color: 6576515.

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

Color convert

RGB 131 89 100 -
CMYK 0 0.32 0.24 0.49
HSL 344.29º 0.19% 0.43% -
HSV(B) 344.29º 0.32% 0.51% -
XYZ 15.23 12.89 13.74 -
YUV 102.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 131 89 100 0 0.32 0.24 0.49 344.29 0.19 0.43
Hex 83 59 64 0 20 18 31 158 13 2B
Octal 203 131 144 0 40 30 61 530 23 53
Binary 10000011 1011001 1100100 0 100000 11000 110001 101011000 10011 101011

Color Harmonies of #835964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835964

Black with #835964

Text Example


Text Example

White with #835964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835964; }

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

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

background-color css

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

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

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

border-color css

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

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

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