Html Css Color HEX #835A60 Cannon Pink

📋 copy color: '#835A60'

red 131 ◦ green 90 ◦ blue 96

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

Shades of Cannon Pink #835A60

Tints of Cannon Pink #835A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 96 (37.89% from 255) = 30.28%

R = 41.32%
G = 28.39%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#835A60 (or 0x835A60) is known color: Cannon Pink. HEX triplet: 83, 5A and 60. RGB value is (131,90,96). Sum of RGB (Red+Green+Blue) = 131+90+96=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #835A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835A60 is #7CA59F. Grayscale: #666666. Windows color (decimal): -8168864 or 6314627. OLE color: 6314627.

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

Color convert

RGB 131 90 96 -
CMYK 0 0.31 0.27 0.49
HSL 351.22º 0.19% 0.43% -
HSV(B) 351.22º 0.31% 0.51% -
XYZ 15.13 12.98 12.77 -
YUV 102.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 131 90 96 0 0.31 0.27 0.49 351.22 0.19 0.43
Hex 83 5A 60 0 1F 1B 31 15F 13 2B
Octal 203 132 140 0 37 33 61 537 23 53
Binary 10000011 1011010 1100000 0 11111 11011 110001 101011111 10011 101011

Color Harmonies of #835A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835A60

Black with #835A60

Text Example


Text Example

White with #835A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,90,96); }

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

background-color css

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

 a { background-color: rgb(131,90,96); }

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

border-color css

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

 span { border-color: rgb(131,90,96); }

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