Html Css Color HEX #835B65 Cannon Pink

📋 copy color: '#835B65'

red 131 ◦ green 91 ◦ blue 101

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

Shades of Cannon Pink #835B65

Tints of Cannon Pink #835B65

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.17%

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

R = 40.56%
G = 28.17%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#835B65 (or 0x835B65) is known color: Cannon Pink. HEX triplet: 83, 5B and 65. RGB value is (131,91,101). Sum of RGB (Red+Green+Blue) = 131+91+101=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #835B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B65 is #7CA49A. Grayscale: #686868. Windows color (decimal): -8168603 or 6642563. OLE color: 6642563.

HSL color Cylindrical-coordinate representation of color #835B65: hue angle of 345º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #835B65 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 91 101 -
CMYK 0 0.31 0.23 0.49
HSL 345º 0.18% 0.44% -
HSV(B) 345º 0.31% 0.51% -
XYZ 15.45 13.25 14.05 -
YUV 104.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 131 91 101 0 0.31 0.23 0.49 345 0.18 0.44
Hex 83 5B 65 0 1F 17 31 159 12 2C
Octal 203 133 145 0 37 27 61 531 22 54
Binary 10000011 1011011 1100101 0 11111 10111 110001 101011001 10010 101100

Color Harmonies of #835B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B65

Black with #835B65

Text Example


Text Example

White with #835B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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