Html Css Color HEX #835765 Cannon Pink

📋 copy color: '#835765'

red 131 ◦ green 87 ◦ blue 101

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

Shades of Cannon Pink #835765

Tints of Cannon Pink #835765

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.27%

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 41.07%
G = 27.27%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#835765 (or 0x835765) is known color: Cannon Pink. HEX triplet: 83, 57 and 65. RGB value is (131,87,101). Sum of RGB (Red+Green+Blue) = 131+87+101=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 131 - color contains mainly: red. Hex color #835765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835765 is #7CA89A. Grayscale: #656565. Windows color (decimal): -8169627 or 6641539. OLE color: 6641539.

HSL color Cylindrical-coordinate representation of color #835765: hue angle of 340.91º degrees, saturation: 0.2, 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 #835765 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 87 101 -
CMYK 0 0.34 0.23 0.49
HSL 340.91º 0.2% 0.43% -
HSV(B) 340.91º 0.34% 0.51% -
XYZ 15.12 12.58 13.94 -
YUV 101.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 131 87 101 0 0.34 0.23 0.49 340.91 0.2 0.43
Hex 83 57 65 0 22 17 31 155 14 2B
Octal 203 127 145 0 42 27 61 525 24 53
Binary 10000011 1010111 1100101 0 100010 10111 110001 101010101 10100 101011

Color Harmonies of #835765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835765

Black with #835765

Text Example


Text Example

White with #835765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835765; }

 p { color: rgb(131,87,101); }

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

background-color css

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

 a { background-color: rgb(131,87,101); }

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

border-color css

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

 span { border-color: rgb(131,87,101); }

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