Html Css Color HEX #835560 Cannon Pink

📋 copy color: '#835560'

red 131 ◦ green 85 ◦ blue 96

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

Shades of Cannon Pink #835560

Tints of Cannon Pink #835560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

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

R = 41.99%
G = 27.24%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#835560 (or 0x835560) is known color: Cannon Pink. HEX triplet: 83, 55 and 60. RGB value is (131,85,96). Sum of RGB (Red+Green+Blue) = 131+85+96=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #835560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835560 is #7CAA9F. Grayscale: #646464. Windows color (decimal): -8170144 or 6313347. OLE color: 6313347.

HSL color Cylindrical-coordinate representation of color #835560: hue angle of 345.65º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #835560 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 85 96 -
CMYK 0 0.35 0.27 0.49
HSL 345.65º 0.21% 0.42% -
HSV(B) 345.65º 0.35% 0.51% -
XYZ 14.72 12.17 12.64 -
YUV 100.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 131 85 96 0 0.35 0.27 0.49 345.65 0.21 0.42
Hex 83 55 60 0 23 1B 31 15A 15 2A
Octal 203 125 140 0 43 33 61 532 25 52
Binary 10000011 1010101 1100000 0 100011 11011 110001 101011010 10101 101010

Color Harmonies of #835560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835560

Black with #835560

Text Example


Text Example

White with #835560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835560; }

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

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

background-color css

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

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

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

border-color css

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

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

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