Html Css Color HEX #835763 Cannon Pink

📋 copy color: '#835763'

red 131 ◦ green 87 ◦ blue 99

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

Shades of Cannon Pink #835763

Tints of Cannon Pink #835763

RGB

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

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

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

R = 41.32%
G = 27.44%
B = 31.23%

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

#835763 (or 0x835763) is known color: Cannon Pink. HEX triplet: 83, 57 and 63. RGB value is (131,87,99). Sum of RGB (Red+Green+Blue) = 131+87+99=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #835763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835763 is #7CA89C. Grayscale: #656565. Windows color (decimal): -8169629 or 6510467. OLE color: 6510467.

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

Color convert

RGB 131 87 99 -
CMYK 0 0.34 0.24 0.49
HSL 343.64º 0.2% 0.43% -
HSV(B) 343.64º 0.34% 0.51% -
XYZ 15.02 12.54 13.43 -
YUV 101.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 131 87 99 0 0.34 0.24 0.49 343.64 0.2 0.43
Hex 83 57 63 0 22 18 31 158 14 2B
Octal 203 127 143 0 42 30 61 530 24 53
Binary 10000011 1010111 1100011 0 100010 11000 110001 101011000 10100 101011

Color Harmonies of #835763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835763

Black with #835763

Text Example


Text Example

White with #835763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835763; }

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

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

background-color css

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

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

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

border-color css

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

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

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